Changeset 59329aa for trip-planner-front/node_modules/depd
- 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/depd/package.json
rceaed42 r59329aa 1 1 { 2 "name": "depd", 2 "_args": [ 3 [ 4 "depd@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "depd@1.1.2", 10 "_id": "depd@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", 13 "_location": "/depd", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "depd@1.1.2", 19 "name": "depd", 20 "escapedName": "depd", 21 "rawSpec": "1.1.2", 22 "saveSpec": null, 23 "fetchSpec": "1.1.2" 24 }, 25 "_requiredBy": [ 26 "/agentkeepalive", 27 "/body-parser", 28 "/express", 29 "/http-errors", 30 "/send", 31 "/serve-index/http-errors" 32 ], 33 "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", 34 "_spec": "1.1.2", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Douglas Christopher Wilson", 38 "email": "doug@somethingdoug.com" 39 }, 40 "browser": "lib/browser/index.js", 41 "bugs": { 42 "url": "https://github.com/dougwilson/nodejs-depd/issues" 43 }, 3 44 "description": "Deprecate all the things", 4 "version": "1.1.2",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "keywords": [8 "deprecate",9 "deprecated"10 ],11 "repository": "dougwilson/nodejs-depd",12 "browser": "lib/browser/index.js",13 45 "devDependencies": { 46 "beautify-benchmark": "0.2.4", 14 47 "benchmark": "2.1.4", 15 "beautify-benchmark": "0.2.4",16 48 "eslint": "3.19.0", 17 49 "eslint-config-standard": "7.1.0", … … 22 54 "mocha": "~1.21.5" 23 55 }, 56 "engines": { 57 "node": ">= 0.6" 58 }, 24 59 "files": [ 25 60 "lib/", … … 29 64 "Readme.md" 30 65 ], 31 "engines": { 32 "node": ">= 0.6" 66 "homepage": "https://github.com/dougwilson/nodejs-depd#readme", 67 "keywords": [ 68 "deprecate", 69 "deprecated" 70 ], 71 "license": "MIT", 72 "name": "depd", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/dougwilson/nodejs-depd.git" 33 76 }, 34 77 "scripts": { … … 38 81 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/", 39 82 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/" 40 } 83 }, 84 "version": "1.1.2" 41 85 }
Note:
See TracChangeset
for help on using the changeset viewer.