68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"enabled@2.0.0",
|
|
"/home/shihaam/www/freezer.shihaam.me/app"
|
|
]
|
|
],
|
|
"_from": "enabled@2.0.0",
|
|
"_id": "enabled@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==",
|
|
"_location": "/enabled",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "enabled@2.0.0",
|
|
"name": "enabled",
|
|
"escapedName": "enabled",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@dabh/diagnostics"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/app",
|
|
"author": {
|
|
"name": "Arnout Kazemier"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/3rd-Eden/enabled/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Check if a certain debug flag is enabled.",
|
|
"devDependencies": {
|
|
"assume": "2.1.x",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "5.2.x",
|
|
"pre-commit": "1.2.x"
|
|
},
|
|
"homepage": "https://github.com/3rd-Eden/enabled#readme",
|
|
"keywords": [
|
|
"enabled",
|
|
"debug",
|
|
"diagnostics",
|
|
"flag",
|
|
"env",
|
|
"variable",
|
|
"localstorage"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "enabled",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/3rd-Eden/enabled.git"
|
|
},
|
|
"scripts": {
|
|
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
|
|
"test": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
|
|
"watch": "mocha --watch test.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|