package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "clonedeep@2.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "clonedeep@2.0.0",
  9. "_id": "clonedeep@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-jOygd39He78x/oyHGq9jo5C7wnI=",
  12. "_location": "/clonedeep",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clonedeep@2.0.0",
  18. "name": "clonedeep",
  19. "escapedName": "clonedeep",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/tree-table-vue",
  26. "/v-org-tree"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/clonedeep/-/clonedeep-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Josh Ghent",
  33. "email": "me@joshghent.com",
  34. "url": "https://joshghent.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/joshghent/deepClone/issues"
  38. },
  39. "description": "Deep copy library for any data structure",
  40. "devDependencies": {
  41. "chai": "3.5.0",
  42. "mocha": "3.1.1"
  43. },
  44. "homepage": "https://github.com/joshghent/deepClone#readme",
  45. "keywords": [
  46. "deep",
  47. "clone",
  48. "copy",
  49. "data",
  50. "data structures",
  51. "deep copy",
  52. "deep clone"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "clonedeep",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/joshghent/deepClone.git"
  60. },
  61. "scripts": {
  62. "test": "mocha test.js"
  63. },
  64. "version": "2.0.0"
  65. }