package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "depd@1.1.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "depd@1.1.2",
  10. "_id": "depd@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
  13. "_location": "/depd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "depd@1.1.2",
  19. "name": "depd",
  20. "escapedName": "depd",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/body-parser/http-errors",
  28. "/express",
  29. "/send",
  30. "/send/http-errors",
  31. "/serve-index/http-errors"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/depd/download/depd-1.1.2.tgz",
  34. "_spec": "1.1.2",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. "browser": "lib/browser/index.js",
  41. "bugs": {
  42. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  43. },
  44. "description": "Deprecate all the things",
  45. "devDependencies": {
  46. "beautify-benchmark": "0.2.4",
  47. "benchmark": "2.1.4",
  48. "eslint": "3.19.0",
  49. "eslint-config-standard": "7.1.0",
  50. "eslint-plugin-markdown": "1.0.0-beta.7",
  51. "eslint-plugin-promise": "3.6.0",
  52. "eslint-plugin-standard": "3.0.1",
  53. "istanbul": "0.4.5",
  54. "mocha": "~1.21.5"
  55. },
  56. "engines": {
  57. "node": ">= 0.6"
  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 node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  82. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  83. },
  84. "version": "1.1.2"
  85. }