mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
99 lines
2.5 KiB
JSON
99 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"first-chunk-stream@^2.0.0",
|
|
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/strip-bom-stream"
|
|
]
|
|
],
|
|
"_from": "first-chunk-stream@>=2.0.0 <3.0.0",
|
|
"_id": "first-chunk-stream@2.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/first-chunk-stream",
|
|
"_nodeVersion": "4.1.0",
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "2.14.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "first-chunk-stream",
|
|
"raw": "first-chunk-stream@^2.0.0",
|
|
"rawSpec": "^2.0.0",
|
|
"scope": null,
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/strip-bom-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz",
|
|
"_shasum": "1bdecdb8e083c0664b91945581577a43a9f31d70",
|
|
"_shrinkwrap": null,
|
|
"_spec": "first-chunk-stream@^2.0.0",
|
|
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/strip-bom-stream",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/first-chunk-stream/issues"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"description": "Transform the first chunk in a stream",
|
|
"devDependencies": {
|
|
"istanbul": "^0.3.19",
|
|
"mocha": "*",
|
|
"mocha-lcov-reporter": "0.0.2",
|
|
"streamtest": "^1.2.1",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1bdecdb8e083c0664b91945581577a43a9f31d70",
|
|
"tarball": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "867c900661f90b4f50d1b2494f714f80933fc696",
|
|
"homepage": "https://github.com/sindresorhus/first-chunk-stream#readme",
|
|
"keywords": [
|
|
"buffer",
|
|
"chunk",
|
|
"first",
|
|
"min",
|
|
"minimum",
|
|
"size",
|
|
"stream",
|
|
"streams",
|
|
"transform"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "first-chunk-stream",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover --report html _mocha -- test.js -R spec -t 5000",
|
|
"test": "xo && mocha"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|