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.

78 lines
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "cookie@0.1.0",
  5. "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\express"
  6. ]
  7. ],
  8. "_from": "cookie@0.1.0",
  9. "_id": "cookie@0.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cookie",
  13. "_npmUser": {
  14. "email": "shtylman@gmail.com",
  15. "name": "shtylman"
  16. },
  17. "_npmVersion": "1.2.18",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "cookie",
  21. "raw": "cookie@0.1.0",
  22. "rawSpec": "0.1.0",
  23. "scope": null,
  24. "spec": "0.1.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/express"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz",
  31. "_shasum": "90eb469ddce905c866de687efc43131d8801f9d0",
  32. "_shrinkwrap": null,
  33. "_spec": "cookie@0.1.0",
  34. "_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\express",
  35. "author": {
  36. "email": "shtylman@gmail.com",
  37. "name": "Roman Shtylman"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/shtylman/node-cookie/issues"
  41. },
  42. "dependencies": {},
  43. "description": "cookie parsing and serialization",
  44. "devDependencies": {
  45. "mocha": "1.x.x"
  46. },
  47. "directories": {},
  48. "dist": {
  49. "shasum": "90eb469ddce905c866de687efc43131d8801f9d0",
  50. "tarball": "http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz"
  51. },
  52. "engines": {
  53. "node": "*"
  54. },
  55. "homepage": "https://github.com/shtylman/node-cookie#readme",
  56. "keywords": [
  57. "cookie",
  58. "cookies"
  59. ],
  60. "main": "index.js",
  61. "maintainers": [
  62. {
  63. "email": "shtylman@gmail.com",
  64. "name": "shtylman"
  65. }
  66. ],
  67. "name": "cookie",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/shtylman/node-cookie.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "0.1.0"
  78. }