Changeset 59329aa for trip-planner-front/node_modules/errno/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/errno/package.json
rceaed42 r59329aa 1 1 { 2 "name": "errno", 2 "_args": [ 3 [ 4 "errno@0.1.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "errno@0.1.8", 10 "_id": "errno@0.1.8", 11 "_inBundle": false, 12 "_integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", 13 "_location": "/errno", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "errno@0.1.8", 19 "name": "errno", 20 "escapedName": "errno", 21 "rawSpec": "0.1.8", 22 "saveSpec": null, 23 "fetchSpec": "0.1.8" 24 }, 25 "_requiredBy": [ 26 "/less", 27 "/memory-fs" 28 ], 29 "_resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", 30 "_spec": "0.1.8", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 3 32 "authors": [ 4 33 "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)" 5 34 ], 35 "bin": { 36 "errno": "cli.js" 37 }, 38 "bugs": { 39 "url": "https://github.com/rvagg/node-errno/issues" 40 }, 41 "dependencies": { 42 "prr": "~1.0.1" 43 }, 6 44 "description": "libuv errno details exposed", 45 "devDependencies": { 46 "error-stack-parser": "^2.0.1", 47 "inherits": "^2.0.3", 48 "tape": "~4.8.0" 49 }, 50 "homepage": "https://github.com/rvagg/node-errno#readme", 7 51 "keywords": [ 8 52 "errors", … … 10 54 "libuv" 11 55 ], 12 " version": "0.1.8",56 "license": "MIT", 13 57 "main": "errno.js", 14 "dependencies": { 15 "prr": "~1.0.1" 16 }, 17 "bin": { 18 "errno": "./cli.js" 19 }, 20 "devDependencies": { 21 "error-stack-parser": "^2.0.1", 22 "inherits": "^2.0.3", 23 "tape": "~4.8.0" 24 }, 58 "name": "errno", 25 59 "repository": { 26 60 "type": "git", 27 "url": " https://github.com/rvagg/node-errno.git"61 "url": "git+https://github.com/rvagg/node-errno.git" 28 62 }, 29 "license": "MIT",30 63 "scripts": { 31 64 "test": "node --use_strict test.js" 32 } 65 }, 66 "version": "0.1.8" 33 67 }
Note:
See TracChangeset
for help on using the changeset viewer.