74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"through2@0.6.5",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "through2@0.6.5",
|
|
"_id": "through2@0.6.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
|
|
"_location": "/through2",
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.2",
|
|
"inherits": "2.0.3"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "through2@0.6.5",
|
|
"name": "through2",
|
|
"escapedName": "through2",
|
|
"rawSpec": "0.6.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.6.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/decompress-tar",
|
|
"/decompress-tarbz2",
|
|
"/decompress-targz",
|
|
"/glob-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
|
|
"_spec": "0.6.5",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Rod Vagg",
|
|
"email": "r@va.gg",
|
|
"url": "https://github.com/rvagg"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rvagg/through2/issues"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": ">=1.0.33-1 <1.1.0-0",
|
|
"xtend": ">=4.0.0 <4.1.0-0"
|
|
},
|
|
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
|
|
"devDependencies": {
|
|
"bl": ">=0.9.0 <0.10.0-0",
|
|
"stream-spigot": ">=3.0.4 <3.1.0-0",
|
|
"tape": ">=2.14.0 <2.15.0-0"
|
|
},
|
|
"homepage": "https://github.com/rvagg/through2#readme",
|
|
"keywords": [
|
|
"stream",
|
|
"streams2",
|
|
"through",
|
|
"transform"
|
|
],
|
|
"license": "MIT",
|
|
"main": "through2.js",
|
|
"name": "through2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rvagg/through2.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js",
|
|
"test-local": "brtapsauce-local test/basic-test.js"
|
|
},
|
|
"version": "0.6.5"
|
|
}
|