- 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/minipass-json-stream/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minipass-json-stream", 3 "version": "1.0.1", 4 "description": "Like JSONStream, but using Minipass streams", 5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 6 "license": "MIT", 7 "scripts": { 8 "test": "tap", 9 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 2 "_args": [ 3 [ 4 "minipass-json-stream@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minipass-json-stream@1.0.1", 10 "_id": "minipass-json-stream@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", 13 "_location": "/minipass-json-stream", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minipass-json-stream@1.0.1", 19 "name": "minipass-json-stream", 20 "escapedName": "minipass-json-stream", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 13 24 }, 14 "tap": { 15 "check-coverage": true 25 "_requiredBy": [ 26 "/npm-registry-fetch" 27 ], 28 "_resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "https://izs.me" 16 35 }, 17 "devDependencies": { 18 "JSONStream": "^1.3.5", 19 "tap": "^14.6.9" 36 "bugs": { 37 "url": "https://github.com/npm/minipass-json-stream/issues" 20 38 }, 21 39 "dependencies": { … … 23 41 "minipass": "^3.0.0" 24 42 }, 25 "repository": { 26 "type": "git", 27 "url": "git+https://github.com/npm/minipass-json-stream.git" 43 "description": "Like JSONStream, but using Minipass streams", 44 "devDependencies": { 45 "JSONStream": "^1.3.5", 46 "tap": "^14.6.9" 28 47 }, 48 "files": [ 49 "index.js" 50 ], 51 "homepage": "https://github.com/npm/minipass-json-stream#readme", 29 52 "keywords": [ 30 53 "stream", … … 34 57 "JSONStream" 35 58 ], 36 "files": [ 37 "index.js" 38 ] 59 "license": "MIT", 60 "name": "minipass-json-stream", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/npm/minipass-json-stream.git" 64 }, 65 "scripts": { 66 "postpublish": "git push origin --follow-tags", 67 "postversion": "npm publish", 68 "preversion": "npm test", 69 "snap": "tap", 70 "test": "tap" 71 }, 72 "tap": { 73 "check-coverage": true 74 }, 75 "version": "1.0.1" 39 76 }
Note:
See TracChangeset
for help on using the changeset viewer.