您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.1 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "shallow-clone@0.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "shallow-clone@0.1.2",
  9. "_id": "shallow-clone@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WQnodLp3EG1zrEFM/sH/yofZcGA=",
  12. "_location": "/shallow-clone",
  13. "_phantomChildren": {
  14. "is-buffer": "1.1.6"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "shallow-clone@0.1.2",
  20. "name": "shallow-clone",
  21. "escapedName": "shallow-clone",
  22. "rawSpec": "0.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.1.2"
  25. },
  26. "_requiredBy": [
  27. "/clone-deep"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-0.1.2.tgz",
  30. "_spec": "0.1.2",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/shallow-clone/issues"
  38. },
  39. "dependencies": {
  40. "is-extendable": "^0.1.1",
  41. "kind-of": "^2.0.1",
  42. "lazy-cache": "^0.2.3",
  43. "mixin-object": "^2.0.1"
  44. },
  45. "description": "Make a shallow clone of an object, array or primitive.",
  46. "devDependencies": {
  47. "mocha": "*",
  48. "should": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js",
  55. "utils.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/shallow-clone",
  58. "keywords": [
  59. "array",
  60. "clone",
  61. "copy",
  62. "extend",
  63. "mixin",
  64. "object",
  65. "primitive",
  66. "shallow"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "shallow-clone",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/shallow-clone.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "related": {
  80. "list": [
  81. "clone-deep",
  82. "is-plain-object",
  83. "mixin-object",
  84. "mixin-deep",
  85. "extend-shallow",
  86. "assign-deep"
  87. ]
  88. }
  89. },
  90. "version": "0.1.2"
  91. }