Changeset 59329aa for trip-planner-front/node_modules/minimist
- 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/minimist/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minimist", 3 "version": "1.2.5", 2 "_args": [ 3 [ 4 "minimist@1.2.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minimist@1.2.5", 10 "_id": "minimist@1.2.5", 11 "_inBundle": false, 12 "_integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", 13 "_location": "/minimist", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minimist@1.2.5", 19 "name": "minimist", 20 "escapedName": "minimist", 21 "rawSpec": "1.2.5", 22 "saveSpec": null, 23 "fetchSpec": "1.2.5" 24 }, 25 "_requiredBy": [ 26 "/@angular/compiler-cli", 27 "/babel-loader/json5", 28 "/json5", 29 "/portfinder/mkdirp", 30 "/webpack-dev-server/mkdirp" 31 ], 32 "_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", 33 "_spec": "1.2.5", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "James Halliday", 37 "email": "mail@substack.net", 38 "url": "http://substack.net" 39 }, 40 "bugs": { 41 "url": "https://github.com/substack/minimist/issues" 42 }, 4 43 "description": "parse argument options", 5 "main": "index.js",6 44 "devDependencies": { 7 45 "covert": "^1.0.0", … … 9 47 "tape": "^3.5.0" 10 48 }, 49 "homepage": "https://github.com/substack/minimist", 50 "keywords": [ 51 "argv", 52 "getopt", 53 "parser", 54 "optimist" 55 ], 56 "license": "MIT", 57 "main": "index.js", 58 "name": "minimist", 59 "repository": { 60 "type": "git", 61 "url": "git://github.com/substack/minimist.git" 62 }, 11 63 "scripts": { 12 " test": "taptest/*.js",13 " coverage": "coverttest/*.js"64 "coverage": "covert test/*.js", 65 "test": "tap test/*.js" 14 66 }, 15 67 "testling": { … … 26 78 ] 27 79 }, 28 "repository": { 29 "type": "git", 30 "url": "git://github.com/substack/minimist.git" 31 }, 32 "homepage": "https://github.com/substack/minimist", 33 "keywords": [ 34 "argv", 35 "getopt", 36 "parser", 37 "optimist" 38 ], 39 "author": { 40 "name": "James Halliday", 41 "email": "mail@substack.net", 42 "url": "http://substack.net" 43 }, 44 "license": "MIT" 80 "version": "1.2.5" 45 81 }
Note:
See TracChangeset
for help on using the changeset viewer.