You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
2.7 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ecstatic@^1.4.0",
  6. "scope": null,
  7. "escapedName": "ecstatic",
  8. "name": "ecstatic",
  9. "rawSpec": "^1.4.0",
  10. "spec": ">=1.4.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/www/node_modules/http-server"
  14. ]
  15. ],
  16. "_from": "ecstatic@>=1.4.0 <2.0.0",
  17. "_id": "ecstatic@1.4.1",
  18. "_inCache": true,
  19. "_location": "/ecstatic",
  20. "_nodeVersion": "4.2.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/ecstatic-1.4.1.tgz_1462924279598_0.48026969679631293"
  24. },
  25. "_npmUser": {
  26. "name": "jfhbrook",
  27. "email": "josh.holbrook@gmail.com"
  28. },
  29. "_npmVersion": "2.14.16",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ecstatic@^1.4.0",
  33. "scope": null,
  34. "escapedName": "ecstatic",
  35. "name": "ecstatic",
  36. "rawSpec": "^1.4.0",
  37. "spec": ">=1.4.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/http-server"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-1.4.1.tgz",
  44. "_shasum": "32cb7b6fa2e290d58668674d115e8f0c3d567d6a",
  45. "_shrinkwrap": null,
  46. "_spec": "ecstatic@^1.4.0",
  47. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/www/node_modules/http-server",
  48. "author": {
  49. "name": "Joshua Holbrook",
  50. "email": "josh@nodejitsu.com",
  51. "url": "http://jesusabdullah.net"
  52. },
  53. "bin": {
  54. "ecstatic": "./lib/ecstatic.js"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/jfhbrook/node-ecstatic/issues"
  58. },
  59. "dependencies": {
  60. "he": "^0.5.0",
  61. "mime": "^1.2.11",
  62. "minimist": "^1.1.0",
  63. "url-join": "^1.0.0"
  64. },
  65. "description": "A simple static file server middleware that works with both Express and Flatiron",
  66. "devDependencies": {
  67. "eol": "^0.2.0",
  68. "express": "^4.12.3",
  69. "mkdirp": "^0.5.0",
  70. "request": "^2.49.0",
  71. "tap": "^5.7.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "32cb7b6fa2e290d58668674d115e8f0c3d567d6a",
  76. "tarball": "https://registry.npmjs.org/ecstatic/-/ecstatic-1.4.1.tgz"
  77. },
  78. "gitHead": "70751198635509a156ad1564296625fc753af89f",
  79. "homepage": "https://github.com/jfhbrook/node-ecstatic",
  80. "keywords": [
  81. "static",
  82. "web",
  83. "server",
  84. "files",
  85. "mime",
  86. "middleware"
  87. ],
  88. "license": "MIT",
  89. "main": "./lib/ecstatic.js",
  90. "maintainers": [
  91. {
  92. "name": "jesusabdullah",
  93. "email": "josh.holbrook@gmail.com"
  94. },
  95. {
  96. "name": "jfhbrook",
  97. "email": "josh.holbrook@gmail.com"
  98. }
  99. ],
  100. "name": "ecstatic",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+ssh://git@github.com/jfhbrook/node-ecstatic.git"
  106. },
  107. "scripts": {
  108. "test": "tap test/*.js"
  109. },
  110. "version": "1.4.1"
  111. }