mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-14 03:30:18 +00:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"_from": "fs-minipass@^1.2.5",
|
|
"_id": "fs-minipass@1.2.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
|
|
"_location": "/fs-minipass",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fs-minipass@^1.2.5",
|
|
"name": "fs-minipass",
|
|
"escapedName": "fs-minipass",
|
|
"rawSpec": "^1.2.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/tar"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
|
|
"_shasum": "ccff8570841e7fe4265693da88936c55aed7f7c7",
|
|
"_spec": "fs-minipass@^1.2.5",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\tar",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/fs-minipass/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"minipass": "^2.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "fs read and write streams based on minipass",
|
|
"devDependencies": {
|
|
"mutate-fs": "^2.0.1",
|
|
"tap": "^14.6.4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/npm/fs-minipass#readme",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "fs-minipass",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/fs-minipass.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "1.2.7"
|
|
}
|