package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "serve-static@1.13.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/express"
  6. ]
  7. ],
  8. "_from": "serve-static@1.13.2",
  9. "_id": "serve-static@1.13.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/serve-static",
  13. "_nodeVersion": "6.12.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/serve-static_1.13.2_1518028719917_0.8918243597229449"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "serve-static",
  26. "raw": "serve-static@1.13.2",
  27. "rawSpec": "1.13.2",
  28. "scope": null,
  29. "spec": "1.13.2",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/express"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
  36. "_shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
  37. "_shrinkwrap": null,
  38. "_spec": "serve-static@1.13.2",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/express",
  40. "author": {
  41. "email": "doug@somethingdoug.com",
  42. "name": "Douglas Christopher Wilson"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/expressjs/serve-static/issues"
  46. },
  47. "dependencies": {
  48. "encodeurl": "~1.0.2",
  49. "escape-html": "~1.0.3",
  50. "parseurl": "~1.3.2",
  51. "send": "0.16.2"
  52. },
  53. "description": "Serve static files",
  54. "devDependencies": {
  55. "eslint": "3.19.0",
  56. "eslint-config-standard": "10.2.1",
  57. "eslint-plugin-import": "2.8.0",
  58. "eslint-plugin-markdown": "1.0.0-beta.6",
  59. "eslint-plugin-node": "5.2.1",
  60. "eslint-plugin-promise": "3.6.0",
  61. "eslint-plugin-standard": "3.0.1",
  62. "istanbul": "0.4.5",
  63. "mocha": "2.5.3",
  64. "supertest": "1.1.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "fileCount": 5,
  69. "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==",
  70. "shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
  71. "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
  72. "unpackedSize": 24364
  73. },
  74. "engines": {
  75. "node": ">= 0.8.0"
  76. },
  77. "files": [
  78. "HISTORY.md",
  79. "LICENSE",
  80. "index.js"
  81. ],
  82. "gitHead": "f287bd6c26ad2bfd0422c533b0358f2f4b16f7db",
  83. "homepage": "https://github.com/expressjs/serve-static#readme",
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "dougwilson",
  88. "email": "doug@somethingdoug.com"
  89. }
  90. ],
  91. "name": "serve-static",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/expressjs/serve-static.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --plugin markdown --ext js,md .",
  100. "test": "mocha --reporter spec --bail --check-leaks test/",
  101. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  103. },
  104. "version": "1.13.2"
  105. }