package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "gulp-copy@^4.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UbdAwmEiVNNv55KAiUYWOP6Za7h8JPHNNyekNx8Gyc5XRlpUzTrlEclps939nOeiDPsd6jUtT2LmfavJirbZQg==",
  6. "_location": "/gulp-copy",
  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-copy@^4.0.0",
  16. "name": "gulp-copy",
  17. "escapedName": "gulp-copy",
  18. "rawSpec": "^4.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.0"
  21. },
  22. "_requiredBy": [
  23. "/fomantic-ui"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/gulp-copy/-/gulp-copy-4.0.1.tgz",
  26. "_shasum": "12a233fed26bded60cd5ec0b99f65be83f3b16b2",
  27. "_spec": "gulp-copy@^4.0.0",
  28. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  29. "author": {
  30. "name": "Klaas Cuvelier",
  31. "email": "[email protected]",
  32. "url": "http://klaascuvelier.io"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/klaascuvelier/gulp-copy/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "gulp": "^4.0.0",
  40. "plugin-error": "^0.1.2",
  41. "through2": "^2.0.3"
  42. },
  43. "deprecated": false,
  44. "description": "Plugin copying files to a new destination and using that destination for other actions",
  45. "devDependencies": {
  46. "eslint": "^5.2.0",
  47. "eslint-config-kentcdodds": "^14.0.0",
  48. "jasmine-node": "^2.0.1",
  49. "prettier": "^1.14.0"
  50. },
  51. "homepage": "https://github.com/klaascuvelier/gulp-copy",
  52. "keywords": [
  53. "gulpplugin",
  54. "copy",
  55. "gulp"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "gulp-copy",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/klaascuvelier/gulp-copy.git"
  63. },
  64. "scripts": {
  65. "lint": "eslint ./lib -c ./.eslintrc",
  66. "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,less,md,json}'",
  67. "prettier-check": "prettier --list-different '**/*.{js,jsx,ts,tsx,css,less,md,json}'",
  68. "test": "jasmine-node test/spec"
  69. },
  70. "version": "4.0.1"
  71. }