notes/node_modules/split2/package.json

81 lines
1.9 KiB
JSON

{
"_args": [
[
"split2@^0.2.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/ldjson-stream"
]
],
"_from": "split2@>=0.2.1 <0.3.0",
"_id": "split2@0.2.1",
"_inCache": true,
"_installable": true,
"_location": "/split2",
"_npmUser": {
"email": "hello@matteocollina.com",
"name": "matteo.collina"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"name": "split2",
"raw": "split2@^0.2.1",
"rawSpec": "^0.2.1",
"scope": null,
"spec": ">=0.2.1 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/ldjson-stream"
],
"_resolved": "https://registry.npmjs.org/split2/-/split2-0.2.1.tgz",
"_shasum": "02ddac9adc03ec0bb78c1282ec079ca6e85ae900",
"_shrinkwrap": null,
"_spec": "split2@^0.2.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/ldjson-stream",
"author": {
"email": "hello@matteocollina.com",
"name": "Matteo Collina"
},
"bugs": {
"url": "http://github.com/mcollina/split2/issues"
},
"dependencies": {
"through2": "~0.6.1"
},
"description": "split a Text Stream into a Line Stream, using Stream 2",
"devDependencies": {
"callback-stream": "~1.0.2",
"pre-commit": "0.0.9",
"tap": "~0.4.12"
},
"directories": {},
"dist": {
"shasum": "02ddac9adc03ec0bb78c1282ec079ca6e85ae900",
"tarball": "https://registry.npmjs.org/split2/-/split2-0.2.1.tgz"
},
"homepage": "https://github.com/mcollina/split2",
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "matteo.collina",
"email": "hello@matteocollina.com"
}
],
"name": "split2",
"optionalDependencies": {},
"pre-commit": [
"test"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/split2.git"
},
"scripts": {
"test": "tap test.js"
},
"version": "0.2.1",
"website": "https://github.com/mcollina/split2"
}