wishthis/node_modules/gulp-less/package.json
2022-02-23 17:41:13 +01:00

75 lines
1.7 KiB
JSON

{
"_args": [
[
"gulp-less@5.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-less@5.0.0",
"_id": "gulp-less@5.0.0",
"_inBundle": false,
"_integrity": "sha512-W2I3TewO/By6UZsM/wJG3pyK5M6J0NYmJAAhwYXQHR+38S0iDtZasmUgFCH3CQj+pQYw/PAIzxvFvwtEXz1HhQ==",
"_location": "/gulp-less",
"_phantomChildren": {
"inherits": "2.0.4",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-less@5.0.0",
"name": "gulp-less",
"escapedName": "gulp-less",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Chris Cowan"
},
"bugs": {
"url": "https://github.com/gulp-community/gulp-less/issues"
},
"dependencies": {
"less": "^3.7.1 || ^4.0.0",
"object-assign": "^4.0.1",
"plugin-error": "^1.0.0",
"replace-ext": "^2.0.0",
"through2": "^4.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"description": "Less for Gulp",
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^9.0.0",
"should": "^13.0.0",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/gulp-community/gulp-less#readme",
"keywords": [
"gulpplugin",
"gulp",
"less"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-less",
"repository": {
"type": "git",
"url": "git://github.com/gulp-community/gulp-less.git"
},
"scripts": {
"test": "jshint index.js && node_modules/.bin/mocha"
},
"version": "5.0.0"
}