package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "cookie@0.3.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cookie@0.3.1",
  10. "_id": "cookie@0.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
  13. "_location": "/cookie",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cookie@0.3.1",
  19. "name": "cookie",
  20. "escapedName": "cookie",
  21. "rawSpec": "0.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.1"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cookie/download/cookie-0.3.1.tgz",
  29. "_spec": "0.3.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Roman Shtylman",
  33. "email": "shtylman@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/cookie/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "description": "HTTP server cookie parsing and serialization",
  45. "devDependencies": {
  46. "istanbul": "0.4.3",
  47. "mocha": "1.21.5"
  48. },
  49. "engines": {
  50. "node": ">= 0.6"
  51. },
  52. "files": [
  53. "HISTORY.md",
  54. "LICENSE",
  55. "README.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/cookie#readme",
  59. "keywords": [
  60. "cookie",
  61. "cookies"
  62. ],
  63. "license": "MIT",
  64. "name": "cookie",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jshttp/cookie.git"
  68. },
  69. "scripts": {
  70. "test": "mocha --reporter spec --bail --check-leaks test/",
  71. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  72. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  73. },
  74. "version": "0.3.1"
  75. }