Changeset 79a0317 for imaps-frontend/node_modules/wrappy
- 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/wrappy/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "wrappy", 3 "version": "1.0.2", 2 "_from": "wrappy@1", 3 "_id": "wrappy@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 6 "_location": "/wrappy", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "wrappy@1", 12 "name": "wrappy", 13 "escapedName": "wrappy", 14 "rawSpec": "1", 15 "saveSpec": null, 16 "fetchSpec": "1" 17 }, 18 "_requiredBy": [ 19 "/inflight", 20 "/once" 21 ], 22 "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 23 "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", 24 "_spec": "wrappy@1", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/inflight", 26 "author": { 27 "name": "Isaac Z. Schlueter", 28 "email": "i@izs.me", 29 "url": "http://blog.izs.me/" 30 }, 31 "bugs": { 32 "url": "https://github.com/npm/wrappy/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": {}, 36 "deprecated": false, 4 37 "description": "Callback wrapping utility", 5 "main": "wrappy.js", 38 "devDependencies": { 39 "tap": "^2.3.1" 40 }, 41 "directories": { 42 "test": "test" 43 }, 6 44 "files": [ 7 45 "wrappy.js" 8 46 ], 9 "directories": { 10 "test": "test" 11 }, 12 "dependencies": {}, 13 "devDependencies": { 14 "tap": "^2.3.1" 47 "homepage": "https://github.com/npm/wrappy", 48 "license": "ISC", 49 "main": "wrappy.js", 50 "name": "wrappy", 51 "repository": { 52 "type": "git", 53 "url": "git+https://github.com/npm/wrappy.git" 15 54 }, 16 55 "scripts": { 17 56 "test": "tap --coverage test/*.js" 18 57 }, 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/npm/wrappy" 22 }, 23 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 24 "license": "ISC", 25 "bugs": { 26 "url": "https://github.com/npm/wrappy/issues" 27 }, 28 "homepage": "https://github.com/npm/wrappy" 58 "version": "1.0.2" 29 59 }
Note:
See TracChangeset
for help on using the changeset viewer.