Changeset 59329aa for trip-planner-front/node_modules/yallist
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/yallist/package.json
rceaed42 r59329aa 1 1 { 2 "name": "yallist", 3 "version": "4.0.0", 2 "_args": [ 3 [ 4 "yallist@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "yallist@4.0.0", 10 "_id": "yallist@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", 13 "_location": "/yallist", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "yallist@4.0.0", 19 "name": "yallist", 20 "escapedName": "yallist", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/lru-cache", 27 "/minipass", 28 "/minizlib", 29 "/tar" 30 ], 31 "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 32 "_spec": "4.0.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Isaac Z. Schlueter", 36 "email": "i@izs.me", 37 "url": "http://blog.izs.me/" 38 }, 39 "bugs": { 40 "url": "https://github.com/isaacs/yallist/issues" 41 }, 42 "dependencies": {}, 4 43 "description": "Yet Another Linked List", 5 "main": "yallist.js", 44 "devDependencies": { 45 "tap": "^12.1.0" 46 }, 6 47 "directories": { 7 48 "test": "test" … … 11 52 "iterator.js" 12 53 ], 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 }, 54 "homepage": "https://github.com/isaacs/yallist#readme", 55 "license": "ISC", 56 "main": "yallist.js", 57 "name": "yallist", 23 58 "repository": { 24 59 "type": "git", 25 60 "url": "git+https://github.com/isaacs/yallist.git" 26 61 }, 27 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 28 "license": "ISC" 62 "scripts": { 63 "postpublish": "git push origin --all; git push origin --tags", 64 "postversion": "npm publish", 65 "preversion": "npm test", 66 "test": "tap test/*.js --100" 67 }, 68 "version": "4.0.0" 29 69 }
Note:
See TracChangeset
for help on using the changeset viewer.