package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-clone@^1.0.0",
  6. "scope": null,
  7. "escapedName": "gulp-clone",
  8. "name": "gulp-clone",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-clone@>=1.0.0 <2.0.0",
  17. "_id": "gulp-clone@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-clone",
  21. "_npmUser": {
  22. "name": "mariocasciaro",
  23. "email": "mariocasciaro@gmail.com"
  24. },
  25. "_npmVersion": "1.4.3",
  26. "_phantomChildren": {
  27. "clone-stats": "0.0.1",
  28. "escape-string-regexp": "1.0.5",
  29. "get-stdin": "4.0.1",
  30. "lodash._escapehtmlchar": "2.4.1",
  31. "lodash._escapestringchar": "2.4.1",
  32. "lodash._isnative": "2.4.1",
  33. "lodash._reunescapedhtml": "2.4.1",
  34. "lodash._shimkeys": "2.4.1",
  35. "lodash.defaults": "2.4.1",
  36. "lodash.isobject": "2.4.1",
  37. "lodash.values": "2.4.1",
  38. "meow": "3.7.0",
  39. "multipipe": "0.1.2",
  40. "object-keys": "0.4.0",
  41. "readable-stream": "1.0.34"
  42. },
  43. "_requested": {
  44. "raw": "gulp-clone@^1.0.0",
  45. "scope": null,
  46. "escapedName": "gulp-clone",
  47. "name": "gulp-clone",
  48. "rawSpec": "^1.0.0",
  49. "spec": ">=1.0.0 <2.0.0",
  50. "type": "range"
  51. },
  52. "_requiredBy": [
  53. "/semantic-ui"
  54. ],
  55. "_resolved": "https://registry.npmjs.org/gulp-clone/-/gulp-clone-1.0.0.tgz",
  56. "_shasum": "9ae6c656bd9c4f369ee805eef565786bc81005b0",
  57. "_shrinkwrap": null,
  58. "_spec": "gulp-clone@^1.0.0",
  59. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  60. "author": {
  61. "name": "Mario Casciaro"
  62. },
  63. "bugs": {
  64. "url": "https://github.com/mariocasciaro/gulp-clone/issues"
  65. },
  66. "dependencies": {
  67. "gulp-util": "~2.2.14",
  68. "through2": "~0.4.1"
  69. },
  70. "description": "Clone files in memory in a gulp stream",
  71. "devDependencies": {
  72. "chai": "~1.9.0",
  73. "mocha": "~1.17.1"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "9ae6c656bd9c4f369ee805eef565786bc81005b0",
  78. "tarball": "https://registry.npmjs.org/gulp-clone/-/gulp-clone-1.0.0.tgz"
  79. },
  80. "homepage": "https://github.com/mariocasciaro/gulp-clone",
  81. "keywords": [
  82. "gulpplugin",
  83. "clone"
  84. ],
  85. "licenses": [
  86. {
  87. "type": "MIT",
  88. "url": "https://github.com/mariocasciaro/gulp-clone/blob/master/LICENSE"
  89. }
  90. ],
  91. "maintainers": [
  92. {
  93. "name": "mariocasciaro",
  94. "email": "mariocasciaro@gmail.com"
  95. }
  96. ],
  97. "name": "gulp-clone",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/mariocasciaro/gulp-clone.git"
  103. },
  104. "scripts": {
  105. "test": "node_modules/mocha/bin/_mocha test.js --reporter spec"
  106. },
  107. "version": "1.0.0"
  108. }