package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "enabled@2.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "enabled@2.0.0",
  9. "_id": "enabled@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==",
  12. "_location": "/enabled",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "enabled@2.0.0",
  18. "name": "enabled",
  19. "escapedName": "enabled",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@dabh/diagnostics"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/enabled/-/enabled-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Arnout Kazemier"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/3rd-Eden/enabled/issues"
  35. },
  36. "dependencies": {},
  37. "description": "Check if a certain debug flag is enabled.",
  38. "devDependencies": {
  39. "assume": "2.1.x",
  40. "istanbul": "^0.4.5",
  41. "mocha": "5.2.x",
  42. "pre-commit": "1.2.x"
  43. },
  44. "homepage": "https://github.com/3rd-Eden/enabled#readme",
  45. "keywords": [
  46. "enabled",
  47. "debug",
  48. "diagnostics",
  49. "flag",
  50. "env",
  51. "variable",
  52. "localstorage"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "enabled",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/3rd-Eden/enabled.git"
  60. },
  61. "scripts": {
  62. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  63. "test": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
  64. "watch": "mocha --watch test.js"
  65. },
  66. "version": "2.0.0"
  67. }