Changeset 59329aa for trip-planner-front/node_modules/unpipe
- 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/unpipe/package.json
rceaed42 r59329aa 1 1 { 2 "name": "unpipe", 2 "_args": [ 3 [ 4 "unpipe@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "unpipe@1.0.0", 10 "_id": "unpipe@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", 13 "_location": "/unpipe", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "unpipe@1.0.0", 19 "name": "unpipe", 20 "escapedName": "unpipe", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/finalhandler", 27 "/raw-body" 28 ], 29 "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", 30 "_spec": "1.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Douglas Christopher Wilson", 34 "email": "doug@somethingdoug.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/stream-utils/unpipe/issues" 38 }, 3 39 "description": "Unpipe a stream from all destinations", 4 "version": "1.0.0",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "repository": "stream-utils/unpipe",8 40 "devDependencies": { 9 41 "istanbul": "0.3.15", 10 42 "mocha": "2.2.5", 11 43 "readable-stream": "1.1.13" 44 }, 45 "engines": { 46 "node": ">= 0.8" 12 47 }, 13 48 "files": [ … … 17 52 "index.js" 18 53 ], 19 "engines": { 20 "node": ">= 0.8" 54 "homepage": "https://github.com/stream-utils/unpipe#readme", 55 "license": "MIT", 56 "name": "unpipe", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/stream-utils/unpipe.git" 21 60 }, 22 61 "scripts": { … … 24 63 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 25 64 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 26 } 65 }, 66 "version": "1.0.0" 27 67 }
Note:
See TracChangeset
for help on using the changeset viewer.