Changeset 59329aa for trip-planner-front/node_modules/requires-port
- 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/requires-port/package.json
rceaed42 r59329aa 1 1 { 2 "name": "requires-port", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "requires-port@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "requires-port@1.0.0", 10 "_id": "requires-port@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", 13 "_location": "/requires-port", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "requires-port@1.0.0", 19 "name": "requires-port", 20 "escapedName": "requires-port", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/http-proxy", 27 "/url-parse" 28 ], 29 "_resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", 30 "_spec": "1.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Arnout Kazemier" 34 }, 35 "bugs": { 36 "url": "https://github.com/unshiftio/requires-port/issues" 37 }, 4 38 "description": "Check if a protocol requires a certain port number to be added to an URL.", 5 "main": "index.js", 6 "scripts": { 7 "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", 8 "test-travis": "istanbul cover _mocha --report lcovonly -- test.js", 9 "coverage": "istanbul cover _mocha -- test.js", 10 "watch": "mocha --watch test.js", 11 "test": "mocha test.js" 39 "devDependencies": { 40 "assume": "1.3.x", 41 "istanbul": "0.4.x", 42 "mocha": "2.3.x", 43 "pre-commit": "1.1.x" 12 44 }, 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/unshiftio/requires-port" 16 }, 45 "homepage": "https://github.com/unshiftio/requires-port", 17 46 "keywords": [ 18 47 "port", … … 33 62 "cows" 34 63 ], 35 "author": "Arnout Kazemier",36 64 "license": "MIT", 37 "bugs": { 38 "url": "https://github.com/unshiftio/requires-port/issues" 65 "main": "index.js", 66 "name": "requires-port", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/unshiftio/requires-port.git" 39 70 }, 40 "homepage": "https://github.com/unshiftio/requires-port", 41 "devDependencies": { 42 "assume": "1.3.x", 43 "istanbul": "0.4.x", 44 "mocha": "2.3.x", 45 "pre-commit": "1.1.x" 46 } 71 "scripts": { 72 "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", 73 "coverage": "istanbul cover _mocha -- test.js", 74 "test": "mocha test.js", 75 "test-travis": "istanbul cover _mocha --report lcovonly -- test.js", 76 "watch": "mocha --watch test.js" 77 }, 78 "version": "1.0.0" 47 79 }
Note:
See TracChangeset
for help on using the changeset viewer.