Changeset 59329aa for trip-planner-front/node_modules/has-flag/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/has-flag/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has-flag", 3 "version": "3.0.0", 4 "description": "Check if argv has a specific flag", 5 "license": "MIT", 6 "repository": "sindresorhus/has-flag", 2 "_args": [ 3 [ 4 "has-flag@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has-flag@3.0.0", 10 "_id": "has-flag@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", 13 "_location": "/has-flag", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "has-flag@3.0.0", 19 "name": "has-flag", 20 "escapedName": "has-flag", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/supports-color", 27 "/webpack-dev-server/supports-color" 28 ], 29 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 30 "_spec": "3.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 32 "author": { 8 33 "name": "Sindre Sorhus", … … 10 35 "url": "sindresorhus.com" 11 36 }, 37 "bugs": { 38 "url": "https://github.com/sindresorhus/has-flag/issues" 39 }, 40 "description": "Check if argv has a specific flag", 41 "devDependencies": { 42 "ava": "*", 43 "xo": "*" 44 }, 12 45 "engines": { 13 46 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava"17 47 }, 18 48 "files": [ 19 49 "index.js" 20 50 ], 51 "homepage": "https://github.com/sindresorhus/has-flag#readme", 21 52 "keywords": [ 22 53 "has", … … 38 69 "optimist" 39 70 ], 40 "devDependencies": { 41 "ava": "*", 42 "xo": "*" 43 } 71 "license": "MIT", 72 "name": "has-flag", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/sindresorhus/has-flag.git" 76 }, 77 "scripts": { 78 "test": "xo && ava" 79 }, 80 "version": "3.0.0" 44 81 }
Note:
See TracChangeset
for help on using the changeset viewer.