forked from enviPath/enviPy
Current Dev State
This commit is contained in:
64
static/js/ketcher2/node_modules/split2/package.json
generated
vendored
Normal file
64
static/js/ketcher2/node_modules/split2/package.json
generated
vendored
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"_from": "split2@^0.2.1",
|
||||
"_id": "split2@0.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-At2smtwD7Au3jBKC7Aecpuha6QA=",
|
||||
"_location": "/split2",
|
||||
"_phantomChildren": {
|
||||
"core-util-is": "1.0.2",
|
||||
"inherits": "2.0.3",
|
||||
"string_decoder": "0.10.31",
|
||||
"xtend": "4.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "split2@^0.2.1",
|
||||
"name": "split2",
|
||||
"escapedName": "split2",
|
||||
"rawSpec": "^0.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/garnish"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/split2/-/split2-0.2.1.tgz",
|
||||
"_shasum": "02ddac9adc03ec0bb78c1282ec079ca6e85ae900",
|
||||
"_spec": "split2@^0.2.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/garnish",
|
||||
"author": {
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mcollina/split2/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"through2": "~0.6.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/split2#readme",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "split2",
|
||||
"pre-commit": [
|
||||
"test"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user