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.

127 lines
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "express@3.2.6",
  5. "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer"
  6. ]
  7. ],
  8. "_from": "express@3.2.6",
  9. "_id": "express@3.2.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/express",
  13. "_npmUser": {
  14. "email": "tj@vision-media.ca",
  15. "name": "tjholowaychuk"
  16. },
  17. "_npmVersion": "1.2.14",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "express",
  21. "raw": "express@3.2.6",
  22. "rawSpec": "3.2.6",
  23. "scope": null,
  24. "spec": "3.2.6",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/express/-/express-3.2.6.tgz",
  31. "_shasum": "d8a9fe065adc23c5b41ec2c689c672b261430ffc",
  32. "_shrinkwrap": null,
  33. "_spec": "express@3.2.6",
  34. "_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer",
  35. "author": {
  36. "email": "tj@vision-media.ca",
  37. "name": "TJ Holowaychuk"
  38. },
  39. "bin": {
  40. "express": "./bin/express"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/visionmedia/express/issues"
  44. },
  45. "contributors": [
  46. {
  47. "email": "tj@vision-media.ca",
  48. "name": "TJ Holowaychuk"
  49. },
  50. {
  51. "email": "aaron.heckmann+github@gmail.com",
  52. "name": "Aaron Heckmann"
  53. },
  54. {
  55. "email": "ciaranj@gmail.com",
  56. "name": "Ciaran Jessup"
  57. },
  58. {
  59. "email": "rauchg@gmail.com",
  60. "name": "Guillermo Rauch"
  61. }
  62. ],
  63. "dependencies": {
  64. "buffer-crc32": "0.2.1",
  65. "commander": "0.6.1",
  66. "connect": "2.7.11",
  67. "cookie": "0.1.0",
  68. "cookie-signature": "1.0.1",
  69. "debug": "*",
  70. "fresh": "0.1.0",
  71. "methods": "0.0.1",
  72. "mkdirp": "0.3.4",
  73. "range-parser": "0.0.4",
  74. "send": "0.1.0"
  75. },
  76. "description": "Sinatra inspired web development framework",
  77. "devDependencies": {
  78. "connect-redis": "*",
  79. "ejs": "*",
  80. "hjs": "*",
  81. "jade": "*",
  82. "marked": "*",
  83. "mocha": "*",
  84. "should": "*",
  85. "stylus": "*",
  86. "supertest": "0.6.0"
  87. },
  88. "directories": {},
  89. "dist": {
  90. "shasum": "d8a9fe065adc23c5b41ec2c689c672b261430ffc",
  91. "tarball": "http://registry.npmjs.org/express/-/express-3.2.6.tgz"
  92. },
  93. "engines": {
  94. "node": "*"
  95. },
  96. "homepage": "https://github.com/visionmedia/express#readme",
  97. "keywords": [
  98. "express",
  99. "framework",
  100. "sinatra",
  101. "web",
  102. "rest",
  103. "restful",
  104. "router",
  105. "app",
  106. "api"
  107. ],
  108. "main": "index",
  109. "maintainers": [
  110. {
  111. "email": "tj@vision-media.ca",
  112. "name": "tjholowaychuk"
  113. }
  114. ],
  115. "name": "express",
  116. "optionalDependencies": {},
  117. "readme": "ERROR: No README data found!",
  118. "repository": {
  119. "type": "git",
  120. "url": "git://github.com/visionmedia/express.git"
  121. },
  122. "scripts": {
  123. "prepublish": "npm prune",
  124. "test": "make test"
  125. },
  126. "version": "3.2.6"
  127. }