63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "split@^1.0.1",
|
||
|
"_id": "split@1.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
|
||
|
"_location": "/split",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "split@^1.0.1",
|
||
|
"name": "split",
|
||
|
"escapedName": "split",
|
||
|
"rawSpec": "^1.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/event-stream"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
|
||
|
"_shasum": "605bd9be303aa59fb35f9229fbea0ddec9ea07d9",
|
||
|
"_spec": "split@^1.0.1",
|
||
|
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/event-stream",
|
||
|
"author": {
|
||
|
"name": "Dominic Tarr",
|
||
|
"email": "dominic.tarr@gmail.com",
|
||
|
"url": "http://bit.ly/dominictarr"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/dominictarr/split/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"through": "2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "split a Text Stream into a Line Stream",
|
||
|
"devDependencies": {
|
||
|
"asynct": "*",
|
||
|
"event-stream": "~3.0.2",
|
||
|
"it-is": "1",
|
||
|
"stream-spec": "~0.2",
|
||
|
"string-to-stream": "~1.0.0",
|
||
|
"ubelt": "~2.9"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"homepage": "http://github.com/dominictarr/split",
|
||
|
"license": "MIT",
|
||
|
"name": "split",
|
||
|
"optionalDependencies": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/dominictarr/split.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "asynct test/"
|
||
|
},
|
||
|
"version": "1.0.1"
|
||
|
}
|