package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "copy-to@^2.0.1",
  3. "_id": "copy-to@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
  6. "_location": "/copy-to",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "copy-to@^2.0.1",
  12. "name": "copy-to",
  13. "escapedName": "copy-to",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/utility"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/copy-to/-/copy-to-2.0.1.tgz",
  23. "_shasum": "2680fbb8068a48d08656b6098092bdafc906f4a5",
  24. "_spec": "copy-to@^2.0.1",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  26. "author": {
  27. "name": "dead_horse",
  28. "email": "dead_horse@qq.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/node-modules/copy-to/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "copy an object's properties to another object",
  36. "devDependencies": {
  37. "mocha": "*",
  38. "should": "*"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/node-modules/copy-to",
  44. "keywords": [
  45. "copy",
  46. "object",
  47. "properties",
  48. "setter",
  49. "getter"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "copy-to",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/node-modules/copy-to.git"
  57. },
  58. "scripts": {
  59. "test": "make test"
  60. },
  61. "version": "2.0.1"
  62. }