Changeset 59329aa for trip-planner-front/node_modules/original
- 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/original/package.json
rceaed42 r59329aa 1 1 { 2 "name": "original", 3 "version": "1.0.2", 2 "_args": [ 3 [ 4 "original@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "original@1.0.2", 10 "_id": "original@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", 13 "_location": "/original", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "original@1.0.2", 19 "name": "original", 20 "escapedName": "original", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/eventsource" 27 ], 28 "_resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", 29 "_spec": "1.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Arnout Kazemier" 33 }, 34 "bugs": { 35 "url": "https://github.com/unshiftio/original/issues" 36 }, 37 "dependencies": { 38 "url-parse": "^1.4.3" 39 }, 4 40 "description": "Generate the origin from an URL or check if two URL/Origins are the same", 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" 41 "devDependencies": { 42 "assume": "~2.1.0", 43 "istanbul": "0.4.x", 44 "mocha": "~3.5.0", 45 "pre-commit": "~1.2.0" 12 46 }, 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/unshiftio/original" 16 }, 47 "homepage": "https://github.com/unshiftio/original#readme", 17 48 "keywords": [ 18 49 "origin", … … 20 51 "parse" 21 52 ], 22 "author": "Arnout Kazemier",23 53 "license": "MIT", 24 "dependencies": { 25 "url-parse": "^1.4.3" 54 "main": "index.js", 55 "name": "original", 56 "repository": { 57 "type": "git", 58 "url": "git+https://github.com/unshiftio/original.git" 26 59 }, 27 "devDependencies": { 28 "assume": "~2.1.0", 29 "istanbul": "0.4.x", 30 "mocha": "~3.5.0", 31 "pre-commit": "~1.2.0" 32 } 60 "scripts": { 61 "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", 62 "coverage": "istanbul cover _mocha -- test.js", 63 "test": "mocha test.js", 64 "test-travis": "istanbul cover _mocha --report lcovonly -- test.js", 65 "watch": "mocha --watch test.js" 66 }, 67 "version": "1.0.2" 33 68 }
Note:
See TracChangeset
for help on using the changeset viewer.