package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "gulp-clone@^2.0.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SLg/KsHBbinR/pCX3PF5l1YlR28hLp0X+bcpf77PtMJ6zvAQ5kRjtCPV5Wt1wHXsXWZN0eTUZ15R8ZYpi/CdCA==",
  6. "_location": "/gulp-clone",
  7. "_phantomChildren": {
  8. "ansi-cyan": "0.1.1",
  9. "ansi-red": "0.1.1",
  10. "arr-flatten": "1.1.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "gulp-clone@^2.0.1",
  16. "name": "gulp-clone",
  17. "escapedName": "gulp-clone",
  18. "rawSpec": "^2.0.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.1"
  21. },
  22. "_requiredBy": [
  23. "/fomantic-ui"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/gulp-clone/-/gulp-clone-2.0.1.tgz",
  26. "_shasum": "cf4ecb28ca46d032f6949271e8bf7986e78e6ff9",
  27. "_spec": "gulp-clone@^2.0.1",
  28. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  29. "author": {
  30. "name": "Mario Casciaro"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mariocasciaro/gulp-clone/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "plugin-error": "^0.1.2",
  38. "through2": "^2.0.3"
  39. },
  40. "deprecated": false,
  41. "description": "Clone files in memory in a gulp stream",
  42. "devDependencies": {
  43. "chai": "^4.1.2",
  44. "mocha": "^4.1.0",
  45. "vinyl": "^2.1.0"
  46. },
  47. "homepage": "https://github.com/mariocasciaro/gulp-clone",
  48. "keywords": [
  49. "gulpplugin",
  50. "clone"
  51. ],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "https://github.com/mariocasciaro/gulp-clone/blob/master/LICENSE"
  56. }
  57. ],
  58. "name": "gulp-clone",
  59. "publishConfig": {
  60. "tag": "latest"
  61. },
  62. "release": {
  63. "branch": "master"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/mariocasciaro/gulp-clone.git"
  68. },
  69. "scripts": {
  70. "test": "node_modules/mocha/bin/_mocha test.js --reporter spec"
  71. },
  72. "version": "2.0.1"
  73. }