56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"_from": "stream-parser@~0.3.1",
|
|
"_id": "stream-parser@0.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-FhhUhpRCACGhGC/wrxkRwSl2F3M=",
|
|
"_location": "/stream-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stream-parser@~0.3.1",
|
|
"name": "stream-parser",
|
|
"escapedName": "stream-parser",
|
|
"rawSpec": "~0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/probe-image-size"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz",
|
|
"_shasum": "1618548694420021a1182ff0af1911c129761773",
|
|
"_spec": "stream-parser@~0.3.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/probe-image-size",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://tootallnate.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-stream-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debug": "2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Generic interruptible \"parser\" mixin for Transform & Writable streams",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"readable-stream": "1.0"
|
|
},
|
|
"homepage": "https://github.com/TooTallNate/node-stream-parser#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "stream-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-stream-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"version": "0.3.1"
|
|
}
|