Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.9KB

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