biofriction-wp-theme/node_modules/cloneable-readable/package.json

76 lines
2.0 KiB
JSON

{
"_args": [
[
"cloneable-readable@1.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "cloneable-readable@1.0.0",
"_id": "cloneable-readable@1.0.0",
"_inBundle": false,
"_integrity": "sha1-pikNQT8hemEjL5XkWP84QYz7ARc=",
"_location": "/cloneable-readable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cloneable-readable@1.0.0",
"name": "cloneable-readable",
"escapedName": "cloneable-readable",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/gulp-concat/vinyl",
"/gulp/vinyl",
"/vinyl-file/vinyl",
"/vinyl-sourcemap/vinyl",
"/webpack-stream/vinyl"
],
"_resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"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": "^1.0.6",
"through2": "^2.0.1"
},
"description": "Clone a Readable stream, safely",
"devDependencies": {
"flush-write-stream": "^1.0.0",
"from2": "^2.1.1",
"pre-commit": "^1.1.2",
"readable-stream": "^2.1.0",
"standard": "^8.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.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.0.0"
}