package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cookies@~0.7.0",
  6. "scope": null,
  7. "escapedName": "cookies",
  8. "name": "cookies",
  9. "rawSpec": "~0.7.0",
  10. "spec": ">=0.7.0 <0.8.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/koa"
  14. ]
  15. ],
  16. "_from": "cookies@>=0.7.0 <0.8.0",
  17. "_id": "cookies@0.7.0",
  18. "_inCache": true,
  19. "_location": "/cookies",
  20. "_nodeVersion": "4.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/cookies-0.7.0.tgz_1487525617443_0.19797508674673736"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "cookies@~0.7.0",
  33. "scope": null,
  34. "escapedName": "cookies",
  35. "name": "cookies",
  36. "rawSpec": "~0.7.0",
  37. "spec": ">=0.7.0 <0.8.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/koa"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.0.tgz",
  44. "_shasum": "0bc961d910c35254980fc7c9eff5da12011bbf00",
  45. "_shrinkwrap": null,
  46. "_spec": "cookies@~0.7.0",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/koa",
  48. "author": {
  49. "name": "Jed Schmidt",
  50. "email": "tr@nslator.jp",
  51. "url": "http://jed.is"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/pillarjs/cookies/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Douglas Christopher Wilson",
  59. "email": "doug@somethingdoug.com"
  60. }
  61. ],
  62. "dependencies": {
  63. "depd": "~1.1.0",
  64. "keygrip": "~1.0.1"
  65. },
  66. "description": "Cookies, optionally signed using Keygrip.",
  67. "devDependencies": {
  68. "express": "4.9.8",
  69. "istanbul": "0.4.5",
  70. "mocha": "2.5.3",
  71. "restify": "2.8.1",
  72. "supertest": "1.1.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "0bc961d910c35254980fc7c9eff5da12011bbf00",
  77. "tarball": "https://registry.npmjs.org/cookies/-/cookies-0.7.0.tgz"
  78. },
  79. "engines": {
  80. "node": ">= 0.8"
  81. },
  82. "files": [
  83. "HISTORY.md",
  84. "LICENSE",
  85. "README.md",
  86. "index.js"
  87. ],
  88. "gitHead": "c582e55ef687d869ddfb50fa6cde4598164ed00e",
  89. "homepage": "https://github.com/pillarjs/cookies#readme",
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "dougwilson",
  94. "email": "doug@somethingdoug.com"
  95. },
  96. {
  97. "name": "fishrock123",
  98. "email": "fishrock123@rocketmail.com"
  99. },
  100. {
  101. "name": "jed",
  102. "email": "where@jed.is"
  103. },
  104. {
  105. "name": "jongleberry",
  106. "email": "jonathanrichardong@gmail.com"
  107. }
  108. ],
  109. "name": "cookies",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/pillarjs/cookies.git"
  115. },
  116. "scripts": {
  117. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
  118. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/",
  119. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/"
  120. },
  121. "version": "0.7.0"
  122. }