Changeset 59329aa for trip-planner-front/node_modules/http-errors/node_modules/inherits/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/http-errors/node_modules/inherits/package.json
rceaed42 r59329aa 1 1 { 2 "name": "inherits", 2 "_args": [ 3 [ 4 "inherits@2.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "inherits@2.0.3", 10 "_id": "inherits@2.0.3", 11 "_inBundle": false, 12 "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", 13 "_location": "/http-errors/inherits", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "inherits@2.0.3", 19 "name": "inherits", 20 "escapedName": "inherits", 21 "rawSpec": "2.0.3", 22 "saveSpec": null, 23 "fetchSpec": "2.0.3" 24 }, 25 "_requiredBy": [ 26 "/http-errors" 27 ], 28 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 29 "_spec": "2.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "browser": "./inherits_browser.js", 32 "bugs": { 33 "url": "https://github.com/isaacs/inherits/issues" 34 }, 3 35 "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", 4 "version": "2.0.3", 36 "devDependencies": { 37 "tap": "^7.1.0" 38 }, 39 "files": [ 40 "inherits.js", 41 "inherits_browser.js" 42 ], 43 "homepage": "https://github.com/isaacs/inherits#readme", 5 44 "keywords": [ 6 45 "inheritance", … … 13 52 "browserify" 14 53 ], 54 "license": "ISC", 15 55 "main": "./inherits.js", 16 "browser": "./inherits_browser.js", 17 "repository": "git://github.com/isaacs/inherits", 18 "license": "ISC", 56 "name": "inherits", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/isaacs/inherits.git" 60 }, 19 61 "scripts": { 20 62 "test": "node test" 21 63 }, 22 "devDependencies": { 23 "tap": "^7.1.0" 24 }, 25 "files": [ 26 "inherits.js", 27 "inherits_browser.js" 28 ] 64 "version": "2.0.3" 29 65 }
Note:
See TracChangeset
for help on using the changeset viewer.