github-pages-deploy-action/node_modules/pump/package.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"pump@3.0.0",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_from": "pump@3.0.0",
"_id": "pump@3.0.0",
"_inBundle": false,
"_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
"_location": "/pump",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pump@3.0.0",
"name": "pump",
"escapedName": "pump",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
2020-03-31 20:54:32 +08:00
"/get-stream",
"/jest-changed-files/get-stream"
2020-03-22 05:13:25 +08:00
],
"_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
"_spec": "3.0.0",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
2020-01-28 13:07:56 +08:00
"browser": {
"fs": false
},
2020-03-22 05:13:25 +08:00
"bugs": {
"url": "https://github.com/mafintosh/pump/issues"
},
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
},
"description": "pipe streams together and close all of them if one of them closes",
"homepage": "https://github.com/mafintosh/pump#readme",
2020-01-28 13:07:56 +08:00
"keywords": [
"streams",
"pipe",
"destroy",
"callback"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
"name": "pump",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/pump.git"
2020-01-28 13:07:56 +08:00
},
"scripts": {
"test": "node test-browser.js && node test-node.js"
2020-03-22 05:13:25 +08:00
},
"version": "3.0.0"
2020-01-28 13:07:56 +08:00
}