source: trip-planner-front/node_modules/yallist/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 652 bytes
Line 
1{
2 "name": "yallist",
3 "version": "4.0.0",
4 "description": "Yet Another Linked List",
5 "main": "yallist.js",
6 "directories": {
7 "test": "test"
8 },
9 "files": [
10 "yallist.js",
11 "iterator.js"
12 ],
13 "dependencies": {},
14 "devDependencies": {
15 "tap": "^12.1.0"
16 },
17 "scripts": {
18 "test": "tap test/*.js --100",
19 "preversion": "npm test",
20 "postversion": "npm publish",
21 "postpublish": "git push origin --all; git push origin --tags"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/isaacs/yallist.git"
26 },
27 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
28 "license": "ISC"
29}
Note: See TracBrowser for help on using the repository browser.