package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "etag@1.8.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "etag@1.8.1",
  9. "_id": "etag@1.8.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
  12. "_location": "/etag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "etag@1.8.1",
  18. "name": "etag",
  19. "escapedName": "etag",
  20. "rawSpec": "1.8.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.8.1"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/send",
  27. "/vue-puzzle-vcode/express",
  28. "/vue-puzzle-vcode/send"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  31. "_spec": "1.8.1",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "bugs": {
  34. "url": "https://github.com/jshttp/etag/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "David Björklund",
  43. "email": "david.bjorklund@gmail.com"
  44. }
  45. ],
  46. "description": "Create simple HTTP ETags",
  47. "devDependencies": {
  48. "beautify-benchmark": "0.2.4",
  49. "benchmark": "2.1.4",
  50. "eslint": "3.19.0",
  51. "eslint-config-standard": "10.2.1",
  52. "eslint-plugin-import": "2.7.0",
  53. "eslint-plugin-markdown": "1.0.0-beta.6",
  54. "eslint-plugin-node": "5.1.1",
  55. "eslint-plugin-promise": "3.5.0",
  56. "eslint-plugin-standard": "3.0.1",
  57. "istanbul": "0.4.5",
  58. "mocha": "1.21.5",
  59. "safe-buffer": "5.1.1",
  60. "seedrandom": "2.4.3"
  61. },
  62. "engines": {
  63. "node": ">= 0.6"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "HISTORY.md",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jshttp/etag#readme",
  72. "keywords": [
  73. "etag",
  74. "http",
  75. "res"
  76. ],
  77. "license": "MIT",
  78. "name": "etag",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/etag.git"
  82. },
  83. "scripts": {
  84. "bench": "node benchmark/index.js",
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --reporter spec --bail --check-leaks test/",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  89. },
  90. "version": "1.8.1"
  91. }