source: trip-planner-front/node_modules/less/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 3.1 KB
Line 
1{
2 "name": "less",
3 "version": "4.1.1",
4 "description": "Leaner CSS",
5 "homepage": "http://lesscss.org",
6 "author": {
7 "name": "Alexis Sellier",
8 "email": "self@cloudhead.net"
9 },
10 "contributors": [
11 "The Core Less Team"
12 ],
13 "bugs": {
14 "url": "https://github.com/less/less.js/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/less/less.js.git"
19 },
20 "master": {
21 "url": "https://github.com/less/less.js/blob/master/",
22 "raw": "https://raw.githubusercontent.com/less/less.js/master/"
23 },
24 "license": "Apache-2.0",
25 "bin": {
26 "lessc": "./bin/lessc"
27 },
28 "main": "index",
29 "module": "./lib/less-node/index",
30 "directories": {
31 "test": "./test"
32 },
33 "browser": "./dist/less.js",
34 "engines": {
35 "node": ">=6"
36 },
37 "scripts": {
38 "test": "grunt test",
39 "grunt": "grunt",
40 "build": "npm-run-all clean compile",
41 "clean": "shx rm -rf ./lib tsconfig.tsbuildinfo",
42 "compile": "tsc -p tsconfig.json",
43 "copy:root": "shx cp -rf ./dist ../../",
44 "dev": "tsc -p tsconfig.json -w",
45 "prepublishOnly": "grunt dist"
46 },
47 "optionalDependencies": {
48 "errno": "^0.1.1",
49 "graceful-fs": "^4.1.2",
50 "image-size": "~0.5.0",
51 "make-dir": "^2.1.0",
52 "mime": "^1.4.1",
53 "needle": "^2.5.2",
54 "source-map": "~0.6.0"
55 },
56 "devDependencies": {
57 "@less/test-data": "^4.1.0",
58 "@less/test-import-module": "^4.0.0",
59 "@rollup/plugin-commonjs": "^17.0.0",
60 "@rollup/plugin-json": "^4.1.0",
61 "@rollup/plugin-node-resolve": "^11.0.0",
62 "@typescript-eslint/eslint-plugin": "^3.3.0",
63 "@typescript-eslint/parser": "^3.3.0",
64 "benny": "^3.6.12",
65 "bootstrap-less-port": "0.3.0",
66 "chai": "^4.2.0",
67 "diff": "^3.2.0",
68 "eslint": "^6.8.0",
69 "fs-extra": "^8.1.0",
70 "git-rev": "^0.2.1",
71 "globby": "^10.0.1",
72 "grunt": "^1.0.4",
73 "grunt-cli": "^1.3.2",
74 "grunt-contrib-clean": "^1.0.0",
75 "grunt-contrib-connect": "^1.0.2",
76 "grunt-eslint": "^21.1.0",
77 "grunt-saucelabs": "^9.0.1",
78 "grunt-shell": "^1.3.0",
79 "html-template-tag": "^3.2.0",
80 "jit-grunt": "^0.10.0",
81 "less-plugin-autoprefix": "^1.5.1",
82 "less-plugin-clean-css": "^1.5.1",
83 "minimist": "^1.2.0",
84 "mocha": "^6.2.1",
85 "mocha-headless-chrome": "^2.0.3",
86 "mocha-teamcity-reporter": "^3.0.0",
87 "nock": "^11.8.2",
88 "npm-run-all": "^4.1.5",
89 "performance-now": "^0.2.0",
90 "phin": "^2.2.3",
91 "promise": "^7.1.1",
92 "read-glob": "^3.0.0",
93 "resolve": "^1.17.0",
94 "rollup": "^2.34.1",
95 "rollup-plugin-terser": "^5.1.1",
96 "rollup-plugin-typescript2": "^0.29.0",
97 "semver": "^6.3.0",
98 "shx": "^0.3.2",
99 "time-grunt": "^1.3.0",
100 "ts-node": "^8.4.1",
101 "typescript": "^4.1.3",
102 "uikit": "2.27.4"
103 },
104 "keywords": [
105 "compile less",
106 "css nesting",
107 "css variable",
108 "css",
109 "gradients css",
110 "gradients css3",
111 "less compiler",
112 "less css",
113 "less mixins",
114 "less",
115 "less.js",
116 "lesscss",
117 "mixins",
118 "nested css",
119 "parser",
120 "preprocessor",
121 "bootstrap css",
122 "bootstrap less",
123 "style",
124 "styles",
125 "stylesheet",
126 "variables in css",
127 "css less"
128 ],
129 "rawcurrent": "https://raw.github.com/less/less.js/v",
130 "sourcearchive": "https://github.com/less/less.js/archive/v",
131 "dependencies": {
132 "copy-anything": "^2.0.1",
133 "parse-node-version": "^1.0.1",
134 "tslib": "^1.10.0"
135 }
136}
Note: See TracBrowser for help on using the repository browser.