Changeset 59329aa for trip-planner-front/node_modules/npmlog
- 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/npmlog/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 3 "name": "npmlog", 4 "description": "logger for npm", 5 "version": "4.1.2", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/npm/npmlog.git" 2 "_args": [ 3 [ 4 "npmlog@4.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "npmlog@4.1.2", 10 "_id": "npmlog@4.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", 13 "_location": "/npmlog", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npmlog@4.1.2", 19 "name": "npmlog", 20 "escapedName": "npmlog", 21 "rawSpec": "4.1.2", 22 "saveSpec": null, 23 "fetchSpec": "4.1.2" 9 24 }, 10 "main": "log.js", 11 "files": [ 12 "log.js" 25 "_requiredBy": [ 26 "/node-gyp" 13 27 ], 14 "scripts": { 15 "test": "standard && tap test/*.js" 28 "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", 29 "_spec": "4.1.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "http://blog.izs.me/" 35 }, 36 "bugs": { 37 "url": "https://github.com/npm/npmlog/issues" 16 38 }, 17 39 "dependencies": { … … 21 43 "set-blocking": "~2.0.0" 22 44 }, 45 "description": "logger for npm", 23 46 "devDependencies": { 24 47 "standard": "~7.1.2", 25 48 "tap": "~5.7.3" 26 49 }, 27 "license": "ISC" 50 "files": [ 51 "log.js" 52 ], 53 "homepage": "https://github.com/npm/npmlog#readme", 54 "license": "ISC", 55 "main": "log.js", 56 "name": "npmlog", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/npm/npmlog.git" 60 }, 61 "scripts": { 62 "test": "standard && tap test/*.js" 63 }, 64 "version": "4.1.2" 28 65 }
Note:
See TracChangeset
for help on using the changeset viewer.