Changeset 59329aa for trip-planner-front/node_modules/destroy/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/destroy/package.json
rceaed42 r59329aa 1 1 { 2 "name": "destroy", 3 "description": "destroy a stream if possible", 4 "version": "1.0.4", 2 "_args": [ 3 [ 4 "destroy@1.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "destroy@1.0.4", 10 "_id": "destroy@1.0.4", 11 "_inBundle": false, 12 "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", 13 "_location": "/destroy", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "destroy@1.0.4", 19 "name": "destroy", 20 "escapedName": "destroy", 21 "rawSpec": "1.0.4", 22 "saveSpec": null, 23 "fetchSpec": "1.0.4" 24 }, 25 "_requiredBy": [ 26 "/send" 27 ], 28 "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", 29 "_spec": "1.0.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 31 "author": { 6 32 "name": "Jonathan Ong", 7 33 "email": "me@jongleberry.com", 8 "url": "http://jongleberry.com", 9 "twitter": "https://twitter.com/jongleberry" 34 "url": "http://jongleberry.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/stream-utils/destroy/issues" 10 38 }, 11 39 "contributors": [ 12 "Douglas Christopher Wilson <doug@somethingdoug.com>" 40 { 41 "name": "Douglas Christopher Wilson", 42 "email": "doug@somethingdoug.com" 43 } 13 44 ], 14 "license": "MIT", 15 "repository": "stream-utils/destroy", 45 "description": "destroy a stream if possible", 16 46 "devDependencies": { 17 47 "istanbul": "0.4.2", 18 48 "mocha": "2.3.4" 19 },20 "scripts": {21 "test": "mocha --reporter spec",22 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",23 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"24 49 }, 25 50 "files": [ … … 27 52 "LICENSE" 28 53 ], 54 "homepage": "https://github.com/stream-utils/destroy#readme", 29 55 "keywords": [ 30 56 "stream", … … 34 60 "leak", 35 61 "fd" 36 ] 62 ], 63 "license": "MIT", 64 "name": "destroy", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/stream-utils/destroy.git" 68 }, 69 "scripts": { 70 "test": "mocha --reporter spec", 71 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", 72 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" 73 }, 74 "version": "1.0.4" 37 75 }
Note:
See TracChangeset
for help on using the changeset viewer.