package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "object-copy@0.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-copy@0.1.0",
  10. "_id": "object-copy@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
  13. "_location": "/object-copy",
  14. "_phantomChildren": {
  15. "is-descriptor": "0.1.6"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "object-copy@0.1.0",
  21. "name": "object-copy",
  22. "escapedName": "object-copy",
  23. "rawSpec": "0.1.0",
  24. "saveSpec": null,
  25. "fetchSpec": "0.1.0"
  26. },
  27. "_requiredBy": [
  28. "/static-extend"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  31. "_spec": "0.1.0",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/object-copy/issues"
  39. },
  40. "dependencies": {
  41. "copy-descriptor": "^0.1.0",
  42. "define-property": "^0.2.5",
  43. "kind-of": "^3.0.3"
  44. },
  45. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  46. "devDependencies": {
  47. "gulp-format-md": "*",
  48. "mocha": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/object-copy",
  57. "keywords": [
  58. "copy",
  59. "object"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "object-copy",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jonschlinkert/object-copy.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "layout": "default",
  73. "plugins": [
  74. "gulp-format-md"
  75. ],
  76. "related": {
  77. "list": []
  78. },
  79. "reflinks": [
  80. "verb"
  81. ]
  82. },
  83. "version": "0.1.0"
  84. }