package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "etag@~1.8.1",
  6. "scope": null,
  7. "escapedName": "etag",
  8. "name": "etag",
  9. "rawSpec": "~1.8.1",
  10. "spec": ">=1.8.1 <1.9.0",
  11. "type": "range"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "etag@>=1.8.1 <1.9.0",
  17. "_id": "etag@1.8.1",
  18. "_inCache": true,
  19. "_location": "/etag",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/etag-1.8.1.tgz_1505270623443_0.24458415526896715"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "etag@~1.8.1",
  33. "scope": null,
  34. "escapedName": "etag",
  35. "name": "etag",
  36. "rawSpec": "~1.8.1",
  37. "spec": ">=1.8.1 <1.9.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express",
  42. "/send"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  45. "_shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
  46. "_shrinkwrap": null,
  47. "_spec": "etag@~1.8.1",
  48. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  49. "bugs": {
  50. "url": "https://github.com/jshttp/etag/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Douglas Christopher Wilson",
  55. "email": "doug@somethingdoug.com"
  56. },
  57. {
  58. "name": "David Björklund",
  59. "email": "david.bjorklund@gmail.com"
  60. }
  61. ],
  62. "dependencies": {},
  63. "description": "Create simple HTTP ETags",
  64. "devDependencies": {
  65. "beautify-benchmark": "0.2.4",
  66. "benchmark": "2.1.4",
  67. "eslint": "3.19.0",
  68. "eslint-config-standard": "10.2.1",
  69. "eslint-plugin-import": "2.7.0",
  70. "eslint-plugin-markdown": "1.0.0-beta.6",
  71. "eslint-plugin-node": "5.1.1",
  72. "eslint-plugin-promise": "3.5.0",
  73. "eslint-plugin-standard": "3.0.1",
  74. "istanbul": "0.4.5",
  75. "mocha": "1.21.5",
  76. "safe-buffer": "5.1.1",
  77. "seedrandom": "2.4.3"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
  82. "tarball": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"
  83. },
  84. "engines": {
  85. "node": ">= 0.6"
  86. },
  87. "files": [
  88. "LICENSE",
  89. "HISTORY.md",
  90. "README.md",
  91. "index.js"
  92. ],
  93. "gitHead": "9b1e3e41df31cda4080833c187120b91a7ce8327",
  94. "homepage": "https://github.com/jshttp/etag#readme",
  95. "keywords": [
  96. "etag",
  97. "http",
  98. "res"
  99. ],
  100. "license": "MIT",
  101. "maintainers": [
  102. {
  103. "name": "dougwilson",
  104. "email": "doug@somethingdoug.com"
  105. }
  106. ],
  107. "name": "etag",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jshttp/etag.git"
  113. },
  114. "scripts": {
  115. "bench": "node benchmark/index.js",
  116. "lint": "eslint --plugin markdown --ext js,md .",
  117. "test": "mocha --reporter spec --bail --check-leaks test/",
  118. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  119. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  120. },
  121. "version": "1.8.1"
  122. }