mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
115 lines
5.5 KiB
JSON
115 lines
5.5 KiB
JSON
{
|
|
"name": "less",
|
|
"version": "2.7.3",
|
|
"description": "Leaner CSS",
|
|
"homepage": "http://lesscss.org",
|
|
"author": {
|
|
"name": "Alexis Sellier",
|
|
"email": "self@cloudhead.net"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "The Core Less Team"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/less/less.js/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/less/less.js.git"
|
|
},
|
|
"master": {
|
|
"url": "https://github.com/less/less.js/blob/master/",
|
|
"raw": "https://raw.githubusercontent.com/less/less.js/master/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"lessc": "./bin/lessc"
|
|
},
|
|
"main": "index",
|
|
"directories": {
|
|
"test": "./test"
|
|
},
|
|
"jam": {
|
|
"main": "./dist/less.js"
|
|
},
|
|
"browser": "./dist/less.js",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"optionalDependencies": {
|
|
"errno": "^0.1.1",
|
|
"graceful-fs": "^4.1.2",
|
|
"image-size": "~0.5.0",
|
|
"mime": "^1.2.11",
|
|
"mkdirp": "^0.5.0",
|
|
"promise": "^7.1.1",
|
|
"source-map": "^0.5.3",
|
|
"request": "2.81.0"
|
|
},
|
|
"devDependencies": {
|
|
"diff": "^2.2.2",
|
|
"grunt": "~0.4.5",
|
|
"grunt-browserify": "^5.0.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
"grunt-contrib-jasmine": "^1.0.3",
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-jscs": "^2.8.0",
|
|
"grunt-saucelabs": "^8.6.2",
|
|
"grunt-shell": "^1.3.0",
|
|
"jit-grunt": "^0.10.0",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"time-grunt": "^1.3.0"
|
|
},
|
|
"keywords": [
|
|
"compile less",
|
|
"css nesting",
|
|
"css variable",
|
|
"css",
|
|
"gradients css",
|
|
"gradients css3",
|
|
"less compiler",
|
|
"less css",
|
|
"less mixins",
|
|
"less",
|
|
"less.js",
|
|
"lesscss",
|
|
"mixins",
|
|
"nested css",
|
|
"parser",
|
|
"preprocessor",
|
|
"bootstrap css",
|
|
"bootstrap less",
|
|
"style",
|
|
"styles",
|
|
"stylesheet",
|
|
"variables in css",
|
|
"css less"
|
|
],
|
|
"rawcurrent": "https://raw.github.com/less/less.js/v",
|
|
"sourcearchive": "https://github.com/less/less.js/archive/v",
|
|
"readme": "[](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)\n[](https://david-dm.org/less/less.js) [](https://david-dm.org/less/less.js#info=devDependencies) [](https://david-dm.org/less/less.js#info=optionalDependencies)\n[](https://saucelabs.com/u/less) [](https://ci.appveyor.com/project/lukeapage/less-js/branch/master)\n\n# [Less.js](http://lesscss.org)\n\n> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).\n\nThis is the JavaScript, official, stable version of Less.\n\n###### :point_right: [](https://gitter.im/less/less.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) <sup>Chat with Less.js users</sup>\n\n\n## Getting Started\n\nOptions for adding Less.js to your project:\n\n* Install with [npm](https://npmjs.org): `npm install less`\n* [Download the latest release][download]\n* Clone the repo: `git clone https://github.com/less/less.js.git`\n\n## More information\n\nFor general information on the language, configuration options or usage visit [lesscss.org](http://lesscss.org).\n\nHere are other resources for using Less.js:\n\n* [stackoverflow.com][so] is a great place to get answers about Less.\n* [Less.js Issues][issues] for reporting bugs\n\n\n## Contributing\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md). Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com).\n\n### Reporting Issues\n\nBefore opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas). After that if you find a bug or would like to make feature request, [please open a new issue][issues].\n\nPlease report documentation issues in [the documentation project](https://github.com/less/less-docs).\n\n### Development\n\nRead [Developing Less](http://lesscss.org/usage/#developing-less).\n\n## Release History\nSee the [changelog](CHANGELOG.md)\n\n## [License](LICENSE)\n\nCopyright (c) 2009-2016 [Alexis Sellier](http://cloudhead.io) & The Core Less Team\nLicensed under the [Apache License](LICENSE).\n\n\n[so]: http://stackoverflow.com/questions/tagged/less \"StackOverflow.com\"\n[issues]: https://github.com/less/less.js/issues \"GitHub Issues for Less.js\"\n[download]: https://github.com/less/less.js/zipball/master \"Download Less.js\"\n",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {
|
|
"errno": "^0.1.1",
|
|
"graceful-fs": "^4.1.2",
|
|
"image-size": "~0.5.0",
|
|
"mime": "^1.2.11",
|
|
"mkdirp": "^0.5.0",
|
|
"promise": "^7.1.1",
|
|
"source-map": "^0.5.3",
|
|
"request": "2.81.0"
|
|
},
|
|
"_id": "less@2.7.3",
|
|
"_shasum": "cc1260f51c900a9ec0d91fb6998139e02507b63b",
|
|
"_resolved": "https://registry.npmjs.org/less/-/less-2.7.3.tgz",
|
|
"_from": "less@>=2.4.0 <3.0.0"
|
|
}
|