package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "gulp-chmod@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AMOQuSigeZslGsz2MaoJ4BzGKZw=",
  6. "_location": "/gulp-chmod",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-chmod@^2.0.0",
  12. "name": "gulp-chmod",
  13. "escapedName": "gulp-chmod",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-2.0.0.tgz",
  22. "_shasum": "00c390b928a0799b251accf631aa09e01cc6299c",
  23. "_spec": "gulp-chmod@^2.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/gulp-chmod/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "deep-assign": "^1.0.0",
  36. "stat-mode": "^0.2.0",
  37. "through2": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Change permissions of Vinyl files",
  41. "devDependencies": {
  42. "gulp-util": "^3.0.0",
  43. "mocha": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/gulp-chmod#readme",
  53. "keywords": [
  54. "gulpplugin",
  55. "chmod",
  56. "stat",
  57. "file",
  58. "vinyl",
  59. "stream",
  60. "permissions"
  61. ],
  62. "license": "MIT",
  63. "name": "gulp-chmod",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/gulp-chmod.git"
  67. },
  68. "scripts": {
  69. "test": "xo && mocha"
  70. },
  71. "version": "2.0.0",
  72. "xo": {
  73. "esnext": true
  74. }
  75. }