package.json 2.5 KB

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