Changeset 59329aa for trip-planner-front/node_modules/wrappy/package.json
- 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/wrappy/package.json
rceaed42 r59329aa 1 1 { 2 "name": "wrappy", 3 "version": "1.0.2", 2 "_args": [ 3 [ 4 "wrappy@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wrappy@1.0.2", 10 "_id": "wrappy@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", 13 "_location": "/wrappy", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "wrappy@1.0.2", 19 "name": "wrappy", 20 "escapedName": "wrappy", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/inflight", 27 "/once" 28 ], 29 "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 30 "_spec": "1.0.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "http://blog.izs.me/" 36 }, 37 "bugs": { 38 "url": "https://github.com/npm/wrappy/issues" 39 }, 40 "dependencies": {}, 4 41 "description": "Callback wrapping utility", 5 "main": "wrappy.js", 42 "devDependencies": { 43 "tap": "^2.3.1" 44 }, 45 "directories": { 46 "test": "test" 47 }, 6 48 "files": [ 7 49 "wrappy.js" 8 50 ], 9 "directories": { 10 "test": "test" 11 }, 12 "dependencies": {}, 13 "devDependencies": { 14 "tap": "^2.3.1" 51 "homepage": "https://github.com/npm/wrappy", 52 "license": "ISC", 53 "main": "wrappy.js", 54 "name": "wrappy", 55 "repository": { 56 "type": "git", 57 "url": "git+https://github.com/npm/wrappy.git" 15 58 }, 16 59 "scripts": { 17 60 "test": "tap --coverage test/*.js" 18 61 }, 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" 62 "version": "1.0.2" 29 63 }
Note:
See TracChangeset
for help on using the changeset viewer.