tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "clone@1.0.4",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "clone@1.0.4",
  9. "_id": "clone@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
  12. "_location": "/clone",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clone@1.0.4",
  18. "name": "clone",
  19. "escapedName": "clone",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/defaults"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/clone/download/clone-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Paul Vorbach",
  32. "email": "paul@vorba.ch",
  33. "url": "http://paul.vorba.ch/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/pvorb/node-clone/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blake Miner",
  41. "email": "miner.blake@gmail.com",
  42. "url": "http://www.blakeminer.com/"
  43. },
  44. {
  45. "name": "Tian You",
  46. "email": "axqd001@gmail.com",
  47. "url": "http://blog.axqd.net/"
  48. },
  49. {
  50. "name": "George Stagas",
  51. "email": "gstagas@gmail.com",
  52. "url": "http://stagas.com/"
  53. },
  54. {
  55. "name": "Tobiasz Cudnik",
  56. "email": "tobiasz.cudnik@gmail.com",
  57. "url": "https://github.com/TobiaszCudnik"
  58. },
  59. {
  60. "name": "Pavel Lang",
  61. "email": "langpavel@phpskelet.org",
  62. "url": "https://github.com/langpavel"
  63. },
  64. {
  65. "name": "Dan MacTough",
  66. "url": "http://yabfog.com/"
  67. },
  68. {
  69. "name": "w1nk",
  70. "url": "https://github.com/w1nk"
  71. },
  72. {
  73. "name": "Hugh Kennedy",
  74. "url": "http://twitter.com/hughskennedy"
  75. },
  76. {
  77. "name": "Dustin Diaz",
  78. "url": "http://dustindiaz.com"
  79. },
  80. {
  81. "name": "Ilya Shaisultanov",
  82. "url": "https://github.com/diversario"
  83. },
  84. {
  85. "name": "Nathan MacInnes",
  86. "email": "nathan@macinn.es",
  87. "url": "http://macinn.es/"
  88. },
  89. {
  90. "name": "Benjamin E. Coe",
  91. "email": "ben@npmjs.com",
  92. "url": "https://twitter.com/benjamincoe"
  93. },
  94. {
  95. "name": "Nathan Zadoks",
  96. "url": "https://github.com/nathan7"
  97. },
  98. {
  99. "name": "Róbert Oroszi",
  100. "email": "robert+gh@oroszi.net",
  101. "url": "https://github.com/oroce"
  102. },
  103. {
  104. "name": "Aurélio A. Heckert",
  105. "url": "http://softwarelivre.org/aurium"
  106. },
  107. {
  108. "name": "Guy Ellis",
  109. "url": "http://www.guyellisrocks.com/"
  110. }
  111. ],
  112. "dependencies": {},
  113. "description": "deep cloning of objects and arrays",
  114. "devDependencies": {
  115. "nodeunit": "~0.9.0"
  116. },
  117. "engines": {
  118. "node": ">=0.8"
  119. },
  120. "homepage": "https://github.com/pvorb/node-clone#readme",
  121. "license": "MIT",
  122. "main": "clone.js",
  123. "name": "clone",
  124. "optionalDependencies": {},
  125. "repository": {
  126. "type": "git",
  127. "url": "git://github.com/pvorb/node-clone.git"
  128. },
  129. "scripts": {
  130. "test": "nodeunit test.js"
  131. },
  132. "tags": [
  133. "clone",
  134. "object",
  135. "array",
  136. "function",
  137. "date"
  138. ],
  139. "version": "1.0.4"
  140. }