package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "only@0.0.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "only@0.0.2",
  9. "_id": "only@0.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==",
  12. "_location": "/only",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "only@0.0.2",
  18. "name": "only",
  19. "escapedName": "only",
  20. "rawSpec": "0.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.2"
  23. },
  24. "_requiredBy": [
  25. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/only/-/only-0.0.2.tgz",
  28. "_spec": "0.0.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/visionmedia/node-only/issues"
  36. },
  37. "dependencies": {},
  38. "description": "return whitelisted properties of an object",
  39. "devDependencies": {
  40. "mocha": "*",
  41. "should": "*"
  42. },
  43. "homepage": "https://github.com/visionmedia/node-only#readme",
  44. "keywords": [
  45. "utility",
  46. "util",
  47. "object",
  48. "whitelist"
  49. ],
  50. "main": "index",
  51. "name": "only",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/visionmedia/node-only.git"
  55. },
  56. "version": "0.0.2"
  57. }