Changeset e29cc2e for trip-planner-front/node_modules/pify/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/pify/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "pify@^4.0.1", 3 "_id": "pify@4.0.1", 11 4 "_inBundle": false, 12 "_integrity": "sha 1-7RQaasBDqEnqWISY59yosVMw6Qw=",5 "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", 13 6 "_location": "/pify", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "pify@ 2.3.0",11 "raw": "pify@^4.0.1", 19 12 "name": "pify", 20 13 "escapedName": "pify", 21 "rawSpec": " 2.3.0",14 "rawSpec": "^4.0.1", 22 15 "saveSpec": null, 23 "fetchSpec": " 2.3.0"16 "fetchSpec": "^4.0.1" 24 17 }, 25 18 "_requiredBy": [ 26 "/read-cache" 19 "/del", 20 "/less/make-dir" 27 21 ], 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", 22 "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", 23 "_shasum": "4b2cd25c50d598735c50292224fd8c6df41e3231", 24 "_spec": "pify@^4.0.1", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\less\\node_modules\\make-dir", 31 26 "author": { 32 27 "name": "Sindre Sorhus", … … 37 32 "url": "https://github.com/sindresorhus/pify/issues" 38 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 39 36 "description": "Promisify a callback-style function", 40 37 "devDependencies": { 41 "ava": " *",42 "pinkie-promise": "^ 1.0.0",43 "v8-natives": " 0.0.2",44 "xo": " *"38 "ava": "^0.25.0", 39 "pinkie-promise": "^2.0.0", 40 "v8-natives": "^1.1.0", 41 "xo": "^0.23.0" 45 42 }, 46 43 "engines": { 47 "node": ">= 0.10.0"44 "node": ">=6" 48 45 }, 49 46 "files": [ … … 55 52 "promises", 56 53 "promisify", 54 "all", 57 55 "denodify", 58 56 "denodeify", … … 69 67 "to", 70 68 "async", 71 "es2015" 69 "await", 70 "es2015", 71 "bluebird" 72 72 ], 73 73 "license": "MIT", … … 79 79 "scripts": { 80 80 "optimization-test": "node --allow-natives-syntax optimization-test.js", 81 "test": "xo && ava && npm run optimization-test"81 "test": "xo && ava" 82 82 }, 83 "version": " 2.3.0"83 "version": "4.0.1" 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.