Changeset 59329aa for trip-planner-front/node_modules/pify/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/pify/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pify", 3 "version": "2.3.0", 4 "description": "Promisify a callback-style function", 5 "license": "MIT", 6 "repository": "sindresorhus/pify", 2 "_args": [ 3 [ 4 "pify@2.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "pify@2.3.0", 10 "_id": "pify@2.3.0", 11 "_inBundle": false, 12 "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", 13 "_location": "/pify", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "pify@2.3.0", 19 "name": "pify", 20 "escapedName": "pify", 21 "rawSpec": "2.3.0", 22 "saveSpec": null, 23 "fetchSpec": "2.3.0" 24 }, 25 "_requiredBy": [ 26 "/read-cache" 27 ], 28 "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 29 "_spec": "2.3.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/pify/issues" 38 }, 39 "description": "Promisify a callback-style function", 40 "devDependencies": { 41 "ava": "*", 42 "pinkie-promise": "^1.0.0", 43 "v8-natives": "0.0.2", 44 "xo": "*" 45 }, 12 46 "engines": { 13 47 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "xo && ava && npm run optimization-test",17 "optimization-test": "node --allow-natives-syntax optimization-test.js"18 48 }, 19 49 "files": [ 20 50 "index.js" 21 51 ], 52 "homepage": "https://github.com/sindresorhus/pify#readme", 22 53 "keywords": [ 23 54 "promise", … … 40 71 "es2015" 41 72 ], 42 "devDependencies": { 43 "ava": "*", 44 "pinkie-promise": "^1.0.0", 45 "v8-natives": "0.0.2", 46 "xo": "*" 47 } 73 "license": "MIT", 74 "name": "pify", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/sindresorhus/pify.git" 78 }, 79 "scripts": { 80 "optimization-test": "node --allow-natives-syntax optimization-test.js", 81 "test": "xo && ava && npm run optimization-test" 82 }, 83 "version": "2.3.0" 48 84 }
Note:
See TracChangeset
for help on using the changeset viewer.