package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-chmod@^1.3.0",
  6. "scope": null,
  7. "escapedName": "gulp-chmod",
  8. "name": "gulp-chmod",
  9. "rawSpec": "^1.3.0",
  10. "spec": ">=1.3.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-chmod@>=1.3.0 <2.0.0",
  17. "_id": "gulp-chmod@1.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-chmod",
  21. "_nodeVersion": "4.1.1",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.14.4",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "gulp-chmod@^1.3.0",
  30. "scope": null,
  31. "escapedName": "gulp-chmod",
  32. "name": "gulp-chmod",
  33. "rawSpec": "^1.3.0",
  34. "spec": ">=1.3.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/semantic-ui"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-1.3.0.tgz",
  41. "_shasum": "8bb6e8c11895dcbf9b42520c874347a5022bcb0d",
  42. "_shrinkwrap": null,
  43. "_spec": "gulp-chmod@^1.3.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "http://sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/gulp-chmod/issues"
  52. },
  53. "dependencies": {
  54. "deep-assign": "^1.0.0",
  55. "stat-mode": "^0.2.0",
  56. "through2": "^2.0.0"
  57. },
  58. "description": "Change permissions of Vinyl files",
  59. "devDependencies": {
  60. "gulp-util": "^3.0.0",
  61. "mocha": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "8bb6e8c11895dcbf9b42520c874347a5022bcb0d",
  66. "tarball": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-1.3.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "d1d7b7b422957c7b1533f71995a31c757d821755",
  75. "homepage": "https://github.com/sindresorhus/gulp-chmod",
  76. "keywords": [
  77. "gulpplugin",
  78. "chmod",
  79. "stat",
  80. "file",
  81. "vinyl",
  82. "stream",
  83. "permissions"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "gulp-chmod",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/gulp-chmod.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "version": "1.3.0"
  103. }