package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "etag@~1.7.0",
  6. "scope": null,
  7. "escapedName": "etag",
  8. "name": "etag",
  9. "rawSpec": "~1.7.0",
  10. "spec": ">=1.7.0 <1.8.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/express"
  14. ]
  15. ],
  16. "_from": "etag@>=1.7.0 <1.8.0",
  17. "_id": "etag@1.7.0",
  18. "_inCache": true,
  19. "_location": "/etag",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "etag@~1.7.0",
  28. "scope": null,
  29. "escapedName": "etag",
  30. "name": "etag",
  31. "rawSpec": "~1.7.0",
  32. "spec": ">=1.7.0 <1.8.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/send"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
  40. "_shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
  41. "_shrinkwrap": null,
  42. "_spec": "etag@~1.7.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/express",
  44. "bugs": {
  45. "url": "https://github.com/jshttp/etag/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. {
  53. "name": "David Björklund",
  54. "email": "david.bjorklund@gmail.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Create simple ETags",
  59. "devDependencies": {
  60. "beautify-benchmark": "0.2.4",
  61. "benchmark": "1.0.0",
  62. "istanbul": "0.3.14",
  63. "mocha": "~1.21.4",
  64. "seedrandom": "2.3.11"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
  69. "tarball": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.6"
  73. },
  74. "files": [
  75. "LICENSE",
  76. "HISTORY.md",
  77. "README.md",
  78. "index.js"
  79. ],
  80. "gitHead": "a511f5c8c930fd9546dbd88acb080f96bc788cfc",
  81. "homepage": "https://github.com/jshttp/etag",
  82. "keywords": [
  83. "etag",
  84. "http",
  85. "res"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "dougwilson",
  91. "email": "doug@somethingdoug.com"
  92. }
  93. ],
  94. "name": "etag",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jshttp/etag.git"
  100. },
  101. "scripts": {
  102. "bench": "node benchmark/index.js",
  103. "test": "mocha --reporter spec --bail --check-leaks test/",
  104. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  105. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  106. },
  107. "version": "1.7.0"
  108. }