package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cookie@0.3.1",
  6. "scope": null,
  7. "escapedName": "cookie",
  8. "name": "cookie",
  9. "rawSpec": "0.3.1",
  10. "spec": "0.3.1",
  11. "type": "version"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "cookie@0.3.1",
  17. "_id": "cookie@0.3.1",
  18. "_inCache": true,
  19. "_location": "/cookie",
  20. "_npmOperationalInternal": {
  21. "host": "packages-12-west.internal.npmjs.com",
  22. "tmp": "tmp/cookie-0.3.1.tgz_1464323556714_0.6435900838114321"
  23. },
  24. "_npmUser": {
  25. "name": "dougwilson",
  26. "email": "doug@somethingdoug.com"
  27. },
  28. "_npmVersion": "1.4.28",
  29. "_phantomChildren": {},
  30. "_requested": {
  31. "raw": "cookie@0.3.1",
  32. "scope": null,
  33. "escapedName": "cookie",
  34. "name": "cookie",
  35. "rawSpec": "0.3.1",
  36. "spec": "0.3.1",
  37. "type": "version"
  38. },
  39. "_requiredBy": [
  40. "/express"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
  43. "_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
  44. "_shrinkwrap": null,
  45. "_spec": "cookie@0.3.1",
  46. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  47. "author": {
  48. "name": "Roman Shtylman",
  49. "email": "shtylman@gmail.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/jshttp/cookie/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Douglas Christopher Wilson",
  57. "email": "doug@somethingdoug.com"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "HTTP server cookie parsing and serialization",
  62. "devDependencies": {
  63. "istanbul": "0.4.3",
  64. "mocha": "1.21.5"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
  69. "tarball": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.6"
  73. },
  74. "files": [
  75. "HISTORY.md",
  76. "LICENSE",
  77. "README.md",
  78. "index.js"
  79. ],
  80. "gitHead": "e3c77d497d66c8b8d4b677b8954c1b192a09f0b3",
  81. "homepage": "https://github.com/jshttp/cookie",
  82. "keywords": [
  83. "cookie",
  84. "cookies"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "dougwilson",
  90. "email": "doug@somethingdoug.com"
  91. }
  92. ],
  93. "name": "cookie",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jshttp/cookie.git"
  99. },
  100. "scripts": {
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  103. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  104. },
  105. "version": "0.3.1"
  106. }