package.json 842 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "copy-to",
  3. "version": "2.0.1",
  4. "description": "copy an object's properties to another object",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "make test"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/node-modules/copy-to.git"
  15. },
  16. "keywords": [
  17. "copy",
  18. "object",
  19. "properties",
  20. "setter",
  21. "getter"
  22. ],
  23. "author": "dead_horse <dead_horse@qq.com>",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/node-modules/copy-to/issues"
  27. },
  28. "homepage": "https://github.com/node-modules/copy-to",
  29. "devDependencies": {
  30. "mocha": "*",
  31. "should": "*"
  32. },
  33. "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
  34. "_from": "copy-to@2.0.1",
  35. "_resolved": "https://registry.npm.taobao.org/copy-to/download/copy-to-2.0.1.tgz"
  36. }