package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "gulp-less@^4.0.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hmM2k0FfQp7Ptm3ZaqO2CkMX3hqpiIOn4OHtuSsCeFym63F7oWlEua5v6u1cIjVUKYsVIs9zPg9vbqTEb/udpA==",
  6. "_location": "/gulp-less",
  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-less@^4.0.1",
  16. "name": "gulp-less",
  17. "escapedName": "gulp-less",
  18. "rawSpec": "^4.0.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.1"
  21. },
  22. "_requiredBy": [
  23. "/fomantic-ui"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-4.0.1.tgz",
  26. "_shasum": "348c33a5dde7a207c5771b1d8261d1ac1021ceed",
  27. "_spec": "gulp-less@^4.0.1",
  28. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  29. "author": {
  30. "name": "Chris Cowan"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/gulp-community/gulp-less/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "accord": "^0.29.0",
  38. "less": "2.6.x || ^3.7.1",
  39. "object-assign": "^4.0.1",
  40. "plugin-error": "^0.1.2",
  41. "replace-ext": "^1.0.0",
  42. "through2": "^2.0.0",
  43. "vinyl-sourcemaps-apply": "^0.2.0"
  44. },
  45. "deprecated": false,
  46. "description": "Less for Gulp",
  47. "devDependencies": {
  48. "jshint": "^2.9.4",
  49. "mocha": "^3.4.2",
  50. "should": "^11.2.0",
  51. "vinyl": "^2.1.0"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "homepage": "https://github.com/gulp-community/gulp-less#readme",
  57. "keywords": [
  58. "gulpplugin",
  59. "gulp",
  60. "less"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "gulp-less",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/gulp-community/gulp-less.git"
  68. },
  69. "scripts": {
  70. "test": "jshint index.js && node_modules/.bin/mocha"
  71. },
  72. "version": "4.0.1"
  73. }