mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-27 00:51:35 +00:00
0.0.1
This commit is contained in:
64
node_modules/pumpify/package.json
generated
vendored
Normal file
64
node_modules/pumpify/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"_from": "pumpify@^2.0.1",
|
||||
"_id": "pumpify@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==",
|
||||
"_location": "/pumpify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pumpify@^2.0.1",
|
||||
"name": "pumpify",
|
||||
"escapedName": "pumpify",
|
||||
"rawSpec": "^2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/async-neocities"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz",
|
||||
"_shasum": "abfc7b5a621307c728b551decbbefb51f0e4aa1e",
|
||||
"_spec": "pumpify@^2.0.1",
|
||||
"_where": "/Users/bret/repos/deploy-to-neocities/node_modules/async-neocities",
|
||||
"author": {
|
||||
"name": "Mathias Buus"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/pumpify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"duplexify": "^4.1.1",
|
||||
"inherits": "^2.0.3",
|
||||
"pump": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
|
||||
"devDependencies": {
|
||||
"tape": "^4.10.2",
|
||||
"through2": "^3.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/pumpify",
|
||||
"keywords": [
|
||||
"pump",
|
||||
"duplexify",
|
||||
"duplex",
|
||||
"streams",
|
||||
"stream",
|
||||
"pipeline",
|
||||
"combine"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "pumpify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mafintosh/pumpify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user