package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "object-copy",
  3. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  4. "version": "0.1.0",
  5. "homepage": "https://github.com/jonschlinkert/object-copy",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/object-copy",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/object-copy/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {
  23. "copy-descriptor": "^0.1.0",
  24. "define-property": "^0.2.5",
  25. "kind-of": "^3.0.3"
  26. },
  27. "devDependencies": {
  28. "gulp-format-md": "*",
  29. "mocha": "*"
  30. },
  31. "keywords": [
  32. "copy",
  33. "object"
  34. ],
  35. "verb": {
  36. "layout": "default",
  37. "plugins": [
  38. "gulp-format-md"
  39. ],
  40. "related": {
  41. "list": []
  42. },
  43. "reflinks": [
  44. "verb"
  45. ]
  46. },
  47. "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
  48. "_from": "object-copy@0.1.0",
  49. "_resolved": "https://registry.npm.taobao.org/object-copy/download/object-copy-0.1.0.tgz"
  50. }