forked from enviPath/enviPy
Current Dev State
This commit is contained in:
57
static/js/ketcher2/node_modules/indx/package.json
generated
vendored
Normal file
57
static/js/ketcher2/node_modules/indx/package.json
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"_from": "indx@^0.2.3",
|
||||
"_id": "indx@0.2.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Fdz1bunPZcAjTFE8J/vVgOcPvFA=",
|
||||
"_location": "/indx",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "indx@^0.2.3",
|
||||
"name": "indx",
|
||||
"escapedName": "indx",
|
||||
"rawSpec": "^0.2.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/accord"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/indx/-/indx-0.2.3.tgz",
|
||||
"_shasum": "15dcf56ee9cf65c0234c513c27fbd580e70fbc50",
|
||||
"_spec": "indx@^0.2.3",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/accord",
|
||||
"author": {
|
||||
"name": "Jeff Escalante",
|
||||
"email": "hello@jenius.me"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jenius/indx/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "require_tree for node",
|
||||
"devDependencies": {
|
||||
"coffee-script": "1.7.x",
|
||||
"coveralls": "2.x",
|
||||
"istanbul": "0.3.x",
|
||||
"mocha": "1.x",
|
||||
"mocha-lcov-reporter": "0.0.1",
|
||||
"should": "4.x"
|
||||
},
|
||||
"homepage": "https://github.com/jenius/indx#readme",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"name": "indx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jenius/indx.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha --report html -- -R spec && open coverage/index.html",
|
||||
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.2.3"
|
||||
}
|
||||
Reference in New Issue
Block a user