first commit
This commit is contained in:
71
node_modules/cloneable-readable/package.json
generated
vendored
Normal file
71
node_modules/cloneable-readable/package.json
generated
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cloneable-readable@1.1.3",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cloneable-readable@1.1.3",
|
||||
"_id": "cloneable-readable@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
|
||||
"_location": "/cloneable-readable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cloneable-readable@1.1.3",
|
||||
"name": "cloneable-readable",
|
||||
"escapedName": "cloneable-readable",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vinyl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mcollina/cloneable-readable/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"inherits": "^2.0.1",
|
||||
"process-nextick-args": "^2.0.0",
|
||||
"readable-stream": "^2.3.5"
|
||||
},
|
||||
"description": "Clone a Readable stream, safely",
|
||||
"devDependencies": {
|
||||
"flush-write-stream": "^1.0.0",
|
||||
"from2": "^2.1.1",
|
||||
"pre-commit": "^1.1.2",
|
||||
"pump": "^3.0.0",
|
||||
"standard": "^11.0.0",
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.9.0"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/cloneable-readable#readme",
|
||||
"keywords": [
|
||||
"readable",
|
||||
"stream",
|
||||
"clone"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "cloneable-readable",
|
||||
"precommit": "test",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/cloneable-readable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js | tap-spec"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
}
|
Reference in New Issue
Block a user