- 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/which-module/package.json
rceaed42 r59329aa 1 1 { 2 "name": "which-module", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "which-module@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "which-module@2.0.0", 10 "_id": "which-module@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", 13 "_location": "/which-module", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "which-module@2.0.0", 19 "name": "which-module", 20 "escapedName": "which-module", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server/yargs" 27 ], 28 "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "nexdrew" 33 }, 34 "bugs": { 35 "url": "https://github.com/nexdrew/which-module/issues" 36 }, 4 37 "description": "Find the module object for something that was require()d", 5 " main": "index.js",6 "scripts": {7 " pretest": "standard",8 " test": "nyc ava",9 " coverage": "nyc report --reporter=text-lcov | coveralls",10 " release": "standard-version"38 "devDependencies": { 39 "ava": "^0.19.1", 40 "coveralls": "^2.13.1", 41 "nyc": "^10.3.0", 42 "standard": "^10.0.2", 43 "standard-version": "^4.0.0" 11 44 }, 12 45 "files": [ 13 46 "index.js" 14 47 ], 15 "repository": { 16 "type": "git", 17 "url": "git+https://github.com/nexdrew/which-module.git" 18 }, 48 "homepage": "https://github.com/nexdrew/which-module#readme", 19 49 "keywords": [ 20 50 "which", … … 26 56 "lookup" 27 57 ], 28 "author": "nexdrew",29 58 "license": "ISC", 30 "bugs": { 31 "url": "https://github.com/nexdrew/which-module/issues" 59 "main": "index.js", 60 "name": "which-module", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/nexdrew/which-module.git" 32 64 }, 33 "homepage": "https://github.com/nexdrew/which-module#readme", 34 "devDependencies": { 35 "ava": "^0.19.1", 36 "coveralls": "^2.13.1", 37 "nyc": "^10.3.0", 38 "standard": "^10.0.2", 39 "standard-version": "^4.0.0" 40 } 65 "scripts": { 66 "coverage": "nyc report --reporter=text-lcov | coveralls", 67 "pretest": "standard", 68 "release": "standard-version", 69 "test": "nyc ava" 70 }, 71 "version": "2.0.0" 41 72 }
Note:
See TracChangeset
for help on using the changeset viewer.