package.json 1.9 KB

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