| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "enabled@2.0.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_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.npmmirror.com/enabled/-/enabled-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "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"
- }
|