chat-server/node_modules/enabled/package.json

92 lines
2.4 KiB
JSON
Raw Normal View History

2019-04-10 13:07:31 +10:00
{
"_args": [
[
"enabled@1.0.x",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/diagnostics"
]
],
"_from": "enabled@>=1.0.0 <1.1.0",
"_id": "enabled@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/enabled",
"_nodeVersion": "4.2.3",
"_npmUser": {
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
},
"_npmVersion": "3.5.1",
"_phantomChildren": {},
"_requested": {
"name": "enabled",
"raw": "enabled@1.0.x",
"rawSpec": "1.0.x",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/diagnostics"
],
"_resolved": "https://registry.npmjs.org/enabled/-/enabled-1.0.2.tgz",
"_shasum": "965f6513d2c2d1c5f4652b64a2e3396467fc2f93",
"_shrinkwrap": null,
"_spec": "enabled@1.0.x",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/diagnostics",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/bigpipe/enabled/issues"
},
"dependencies": {
"env-variable": "0.0.x"
},
"description": "Check if a certain debug flag is enabled.",
"devDependencies": {
"assume": "1.3.x",
"istanbul": "0.4.x",
"mocha": "2.3.x",
"pre-commit": "1.1.x"
},
"directories": {},
"dist": {
"shasum": "965f6513d2c2d1c5f4652b64a2e3396467fc2f93",
"tarball": "https://registry.npmjs.org/enabled/-/enabled-1.0.2.tgz"
},
"gitHead": "7f02c279110b55c3e57306097b954bf91af99041",
"homepage": "https://github.com/bigpipe/enabled#readme",
"keywords": [
"debug",
"diagnostics",
"enabled",
"env",
"flag",
"localstorage",
"variable"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
}
],
"name": "enabled",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/bigpipe/enabled.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test": "mocha test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "1.0.2"
}