package.json 2.3 KB

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