rsuite-theme
Version:
The suite theme for pagurian
98 lines (97 loc) • 2.45 kB
JSON
{
"_from": "postcss-less@^1.1.0",
"_id": "postcss-less@1.1.3",
"_inBundle": false,
"_integrity": "sha1-aTBSUnG/441Xk9M6wJwaVGuHu1E=",
"_location": "/postcss-less",
"_phantomChildren": {
"chalk": "1.1.3",
"js-base64": "2.1.9",
"source-map": "0.5.7"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-less@^1.1.0",
"name": "postcss-less",
"escapedName": "postcss-less",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "http://registry.npm.taobao.org/postcss-less/download/postcss-less-1.1.3.tgz",
"_shasum": "6930525271bfe38d5793d33ac09c1a546b87bb51",
"_spec": "postcss-less@^1.1.0",
"_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/stylelint",
"author": {
"name": "Denys Kniazevych",
"email": "webschik@gmail.com"
},
"bugs": {
"url": "https://github.com/webschik/postcss-less/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^5.2.16"
},
"deprecated": false,
"description": "LESS parser for PostCSS",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"eslint-config-shellscape": "^1.0.0",
"eslint-plugin-filenames": "^1.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-json-editor": "2.2.1",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.7",
"less": "^2.6.1",
"mocha": "^3.3.0",
"postcss-parser-tests": "^5.0.11",
"run-sequence": "^1.1.5",
"through": "^2.3.8"
},
"engines": {
"node": ">=4"
},
"files": [
"dist"
],
"homepage": "https://github.com/webschik/postcss-less#readme",
"keywords": [
"css",
"postcss",
"postcss-syntax",
"parser",
"less"
],
"license": "MIT",
"main": "dist/less-syntax.js",
"maintainer": {
"name": "Andrew Powell",
"email": "andrew@shellscape.org",
"url": "shellscape.org"
},
"name": "postcss-less",
"repository": {
"type": "git",
"url": "git+https://github.com/webschik/postcss-less.git"
},
"scripts": {
"prepublish": "gulp dist",
"test": "gulp test:all"
},
"version": "1.1.3"
}