Initial commit

This commit is contained in:
Senad Uka
2018-06-11 11:09:35 +02:00
commit ed7df7b11f
1954 changed files with 483354 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"name": "less",
"main": "dist/less.js",
"ignore": [
"**/.*",
"benchmark",
"bin",
"build",
"gradle",
"lib",
"test",
"*.md",
"LICENSE",
"Gruntfile.js",
"*.json",
"*.yml",
"build.gradle",
"gradlew",
"gradlew.bat",
".gitattributes",
".jshintrc",
".npmignore"
],
"homepage": "https://github.com/less/less",
"version": "2.7.2",
"_release": "2.7.2",
"_resolution": {
"type": "version",
"tag": "v2.7.2",
"commit": "4903dbf3137c2770fa7eab8924a61a745f3d042f"
},
"_source": "https://github.com/less/less.git",
"_target": "^2.7.2",
"_originalSource": "less",
"_direct": true
}

View File

@@ -0,0 +1,24 @@
{
"name": "less",
"main": "dist/less.js",
"ignore": [
"**/.*",
"benchmark",
"bin",
"build",
"gradle",
"lib",
"test",
"*.md",
"LICENSE",
"Gruntfile.js",
"*.json",
"*.yml",
"build.gradle",
"gradlew",
"gradlew.bat",
".gitattributes",
".jshintrc",
".npmignore"
]
}

View File

@@ -0,0 +1 @@
module.exports = require('./lib/less-browser');

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
module.exports = require('./lib/less-node');