package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "gulp-sass@4.0.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp-sass@4.0.1",
  10. "_id": "gulp-sass@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OMQEgWNggpog8Tc5v1MuI6eo+5iiPkVeLL76iBhDoEEScLUPfZlpvzmgTnLkpcqdrNodZxpz5qcv6mS2rulk3g==",
  13. "_location": "/gulp-sass",
  14. "_phantomChildren": {
  15. "color-convert": "1.9.1",
  16. "escape-string-regexp": "1.0.5"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "gulp-sass@4.0.1",
  22. "name": "gulp-sass",
  23. "escapedName": "gulp-sass",
  24. "rawSpec": "4.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.1"
  27. },
  28. "_requiredBy": [
  29. "#DEV:/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-4.0.1.tgz",
  32. "_spec": "4.0.1",
  33. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  34. "author": {
  35. "name": "David Manning"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/dlmanning/gulp-sass/issues"
  39. },
  40. "dependencies": {
  41. "chalk": "^2.3.0",
  42. "lodash.clonedeep": "^4.3.2",
  43. "node-sass": "^4.8.3",
  44. "plugin-error": "^1.0.1",
  45. "replace-ext": "^1.0.0",
  46. "strip-ansi": "^4.0.0",
  47. "through2": "^2.0.0",
  48. "vinyl-sourcemaps-apply": "^0.2.0"
  49. },
  50. "description": "Gulp plugin for sass",
  51. "devDependencies": {
  52. "autoprefixer": "^8.1.0",
  53. "eslint": "^4.18.2",
  54. "eslint-config-airbnb-base": "^12.1.0",
  55. "eslint-plugin-import": "^2.9.0",
  56. "globule": "^1.0.0",
  57. "gulp": "^3.8.11",
  58. "gulp-postcss": "^7.0.1",
  59. "gulp-sourcemaps": "^2.6.4",
  60. "gulp-tap": "^0.1.3",
  61. "mocha": "^5.0.4",
  62. "rimraf": "^2.4.3",
  63. "should": "^13.2.1",
  64. "vinyl": "^2.1.0"
  65. },
  66. "engines": {
  67. "node": ">=6"
  68. },
  69. "homepage": "https://github.com/dlmanning/gulp-sass#readme",
  70. "keywords": [
  71. "gulpplugin",
  72. "sass",
  73. "gulp"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "gulp-sass",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/dlmanning/gulp-sass.git"
  81. },
  82. "scripts": {
  83. "test": "mocha test"
  84. },
  85. "version": "4.0.1"
  86. }