Changeset 79a0317 for imaps-frontend/node_modules/yallist
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/yallist/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "yallist", 3 "version": "3.1.1", 2 "_from": "yallist@^3.0.2", 3 "_id": "yallist@3.1.1", 4 "_inBundle": false, 5 "_integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", 6 "_location": "/yallist", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "yallist@^3.0.2", 12 "name": "yallist", 13 "escapedName": "yallist", 14 "rawSpec": "^3.0.2", 15 "saveSpec": null, 16 "fetchSpec": "^3.0.2" 17 }, 18 "_requiredBy": [ 19 "/lru-cache" 20 ], 21 "_resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 22 "_shasum": "dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd", 23 "_spec": "yallist@^3.0.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/lru-cache", 25 "author": { 26 "name": "Isaac Z. Schlueter", 27 "email": "i@izs.me", 28 "url": "http://blog.izs.me/" 29 }, 30 "bugs": { 31 "url": "https://github.com/isaacs/yallist/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 4 36 "description": "Yet Another Linked List", 5 "main": "yallist.js", 37 "devDependencies": { 38 "tap": "^12.1.0" 39 }, 6 40 "directories": { 7 41 "test": "test" … … 11 45 "iterator.js" 12 46 ], 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 }, 47 "homepage": "https://github.com/isaacs/yallist#readme", 48 "license": "ISC", 49 "main": "yallist.js", 50 "name": "yallist", 23 51 "repository": { 24 52 "type": "git", 25 53 "url": "git+https://github.com/isaacs/yallist.git" 26 54 }, 27 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 28 "license": "ISC" 55 "scripts": { 56 "postpublish": "git push origin --all; git push origin --tags", 57 "postversion": "npm publish", 58 "preversion": "npm test", 59 "test": "tap test/*.js --100" 60 }, 61 "version": "3.1.1" 29 62 }
Note:
See TracChangeset
for help on using the changeset viewer.