package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "depd@2.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "depd@2.0.0",
  9. "_id": "depd@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  12. "_location": "/depd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "depd@2.0.0",
  18. "name": "depd",
  19. "escapedName": "depd",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cookies",
  26. "/http-errors",
  27. "/koa"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "author": {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. "browser": "lib/browser/index.js",
  37. "bugs": {
  38. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  39. },
  40. "description": "Deprecate all the things",
  41. "devDependencies": {
  42. "beautify-benchmark": "0.2.4",
  43. "benchmark": "2.1.4",
  44. "eslint": "5.7.0",
  45. "eslint-config-standard": "12.0.0",
  46. "eslint-plugin-import": "2.14.0",
  47. "eslint-plugin-markdown": "1.0.0-beta.7",
  48. "eslint-plugin-node": "7.0.1",
  49. "eslint-plugin-promise": "4.0.1",
  50. "eslint-plugin-standard": "4.0.0",
  51. "istanbul": "0.4.5",
  52. "mocha": "5.2.0",
  53. "safe-buffer": "5.1.2",
  54. "uid-safe": "2.1.5"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "files": [
  60. "lib/",
  61. "History.md",
  62. "LICENSE",
  63. "index.js",
  64. "Readme.md"
  65. ],
  66. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  67. "keywords": [
  68. "deprecate",
  69. "deprecated"
  70. ],
  71. "license": "MIT",
  72. "name": "depd",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  76. },
  77. "scripts": {
  78. "bench": "node benchmark/index.js",
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --bail test/",
  81. "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary",
  82. "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary"
  83. },
  84. "version": "2.0.0"
  85. }