Files
enviPy-bayer/static/js/ketcher2/node_modules/npm-install-package/package.json
2025-06-23 20:13:54 +02:00

77 lines
2.1 KiB
JSON

{
"_from": "npm-install-package@~2.1.0",
"_id": "npm-install-package@2.1.0",
"_inBundle": false,
"_integrity": "sha1-1+/jz816sAYUuJbqUxGdyaslkSU=",
"_location": "/npm-install-package",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-install-package@~2.1.0",
"name": "npm-install-package",
"escapedName": "npm-install-package",
"rawSpec": "~2.1.0",
"saveSpec": null,
"fetchSpec": "~2.1.0"
},
"_requiredBy": [
"/webdriverio"
],
"_resolved": "https://registry.npmjs.org/npm-install-package/-/npm-install-package-2.1.0.tgz",
"_shasum": "d7efe3cfcd7ab00614b896ea53119dc9ab259125",
"_spec": "npm-install-package@~2.1.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio",
"bugs": {
"url": "https://github.com/yoshuawuyts/npm-install-package/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Install an npm package",
"devDependencies": {
"JSONStream": "^1.0.6",
"base-package-json": "^1.0.2",
"cliclopts": "^1.1.1",
"concat": "^1.0.0",
"concat-stream": "^1.5.0",
"dependency-check": "^2.5.1",
"istanbul": "^0.3.21",
"map-limit": "0.0.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"npm-check-updates": "^2.2.3",
"pump": "^1.0.0",
"readdirp": "^2.0.0",
"rimraf": "^2.4.3",
"standard": "^5.3.1",
"tape": "^4.2.1"
},
"files": [
"index.js",
"bin/*"
],
"homepage": "https://github.com/yoshuawuyts/npm-install-package#readme",
"keywords": [
"npm",
"install",
"package",
"local",
"exec"
],
"license": "MIT",
"main": "index.js",
"name": "npm-install-package",
"repository": {
"type": "git",
"url": "git+https://github.com/yoshuawuyts/npm-install-package.git"
},
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"deps:pkg": "ncu",
"deps:update": "ncu -a",
"test": "standard && npm run deps && NODE_ENV=test node test",
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover test.js"
},
"version": "2.1.0"
}