projecte_ionic/node_modules/minipass-json-stream/package.json
2022-02-09 18:30:03 +01:00

73 lines
1.9 KiB
JSON
Executable file

{
"_from": "minipass-json-stream@^1.0.1",
"_id": "minipass-json-stream@1.0.1",
"_inBundle": false,
"_integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
"_location": "/minipass-json-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minipass-json-stream@^1.0.1",
"name": "minipass-json-stream",
"escapedName": "minipass-json-stream",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/npm-registry-fetch"
],
"_resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
"_shasum": "7edbb92588fbfc2ff1db2fc10397acb7b6b44aa7",
"_spec": "minipass-json-stream@^1.0.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/npm-registry-fetch",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bugs": {
"url": "https://github.com/npm/minipass-json-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsonparse": "^1.3.1",
"minipass": "^3.0.0"
},
"deprecated": false,
"description": "Like JSONStream, but using Minipass streams",
"devDependencies": {
"JSONStream": "^1.3.5",
"tap": "^14.6.9"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/minipass-json-stream#readme",
"keywords": [
"stream",
"json",
"parse",
"minipass",
"JSONStream"
],
"license": "MIT",
"name": "minipass-json-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/minipass-json-stream.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "1.0.1"
}