- 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/util-deprecate/package.json
rceaed42 r59329aa 1 1 { 2 "name": "util-deprecate", 3 "version": "1.0.2", 2 "_args": [ 3 [ 4 "util-deprecate@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "util-deprecate@1.0.2", 10 "_id": "util-deprecate@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", 13 "_location": "/util-deprecate", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "util-deprecate@1.0.2", 19 "name": "util-deprecate", 20 "escapedName": "util-deprecate", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/are-we-there-yet/readable-stream", 27 "/hpack.js/readable-stream", 28 "/memory-fs/readable-stream", 29 "/postcss-selector-parser", 30 "/readable-stream", 31 "/webpack-dev-server/readable-stream" 32 ], 33 "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 34 "_spec": "1.0.2", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Nathan Rajlich", 38 "email": "nathan@tootallnate.net", 39 "url": "http://n8.io/" 40 }, 41 "browser": "browser.js", 42 "bugs": { 43 "url": "https://github.com/TooTallNate/util-deprecate/issues" 44 }, 4 45 "description": "The Node.js `util.deprecate()` function with browser support", 5 "main": "node.js", 6 "browser": "browser.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git://github.com/TooTallNate/util-deprecate.git" 13 }, 46 "homepage": "https://github.com/TooTallNate/util-deprecate", 14 47 "keywords": [ 15 48 "util", … … 19 52 "node" 20 53 ], 21 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",22 54 "license": "MIT", 23 "bugs": { 24 "url": "https://github.com/TooTallNate/util-deprecate/issues" 55 "main": "node.js", 56 "name": "util-deprecate", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/TooTallNate/util-deprecate.git" 25 60 }, 26 "homepage": "https://github.com/TooTallNate/util-deprecate" 61 "scripts": { 62 "test": "echo \"Error: no test specified\" && exit 1" 63 }, 64 "version": "1.0.2" 27 65 }
Note:
See TracChangeset
for help on using the changeset viewer.