package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "copy-to@~2.0.1",
  5. "D:\\work\\im\\node_modules\\koa-generic-session"
  6. ]
  7. ],
  8. "_from": "copy-to@>=2.0.1 <2.1.0",
  9. "_id": "copy-to@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/copy-to",
  13. "_npmUser": {
  14. "email": "dead_horse@qq.com",
  15. "name": "dead_horse"
  16. },
  17. "_npmVersion": "2.0.0-beta.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "copy-to",
  21. "raw": "copy-to@~2.0.1",
  22. "rawSpec": "~2.0.1",
  23. "scope": null,
  24. "spec": ">=2.0.1 <2.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa-generic-session",
  29. "/koa.io/koa-generic-session"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/copy-to/-/copy-to-2.0.1.tgz",
  32. "_shasum": "2680fbb8068a48d08656b6098092bdafc906f4a5",
  33. "_shrinkwrap": null,
  34. "_spec": "copy-to@~2.0.1",
  35. "_where": "D:\\work\\im\\node_modules\\koa-generic-session",
  36. "author": {
  37. "email": "dead_horse@qq.com",
  38. "name": "dead_horse"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/node-modules/copy-to/issues"
  42. },
  43. "dependencies": {},
  44. "description": "copy an object's properties to another object",
  45. "devDependencies": {
  46. "mocha": "*",
  47. "should": "*"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "2680fbb8068a48d08656b6098092bdafc906f4a5",
  52. "tarball": "https://registry.npmjs.org/copy-to/-/copy-to-2.0.1.tgz"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "gitHead": "16cc01116fbb05e48ebf96e8e8f9b14cf2a4fba1",
  58. "homepage": "https://github.com/node-modules/copy-to",
  59. "keywords": [
  60. "copy",
  61. "object",
  62. "properties",
  63. "setter",
  64. "getter"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "maintainers": [
  69. {
  70. "email": "dead_horse@qq.com",
  71. "name": "dead_horse"
  72. }
  73. ],
  74. "name": "copy-to",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/node-modules/copy-to.git"
  80. },
  81. "scripts": {
  82. "test": "make test"
  83. },
  84. "version": "2.0.1"
  85. }