package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "postcss-less@^3.1.4",
  3. "_id": "postcss-less@3.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==",
  6. "_location": "/postcss-less",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-less@^3.1.4",
  12. "name": "postcss-less",
  13. "escapedName": "postcss-less",
  14. "rawSpec": "^3.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.4"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz",
  22. "_shasum": "369f58642b5928ef898ffbc1a6e93c958304c5ad",
  23. "_spec": "postcss-less@^3.1.4",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Denys Kniazevych",
  27. "email": "webschik@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shellscape/postcss-less/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.14"
  35. },
  36. "deprecated": false,
  37. "description": "LESS parser for PostCSS",
  38. "devDependencies": {
  39. "@commitlint/cli": "^7.1.2",
  40. "@commitlint/config-conventional": "^7.1.2",
  41. "ava": "^1.0.0-beta.8",
  42. "cheerio": "^1.0.0-rc.2",
  43. "eslint": "^5.6.0",
  44. "eslint-config-shellscape": "^2.0.2",
  45. "eslint-plugin-filenames": "^1.2.0",
  46. "is-absolute-url": "^2.1.0",
  47. "less": "^3.8.1",
  48. "lint-staged": "^8.1.0",
  49. "node-fetch": "^2.2.0",
  50. "nyc": "^13.3.0",
  51. "postcss-parser-tests": "^6.3.1",
  52. "pre-commit": "^1.2.2",
  53. "standard-version": "^4.4.0",
  54. "url-join": "^4.0.0"
  55. },
  56. "engines": {
  57. "node": ">=6.14.4"
  58. },
  59. "files": [
  60. "lib",
  61. "README.md",
  62. "LICENSE"
  63. ],
  64. "homepage": "https://github.com/shellscape/postcss-less",
  65. "keywords": [
  66. "css",
  67. "postcss",
  68. "postcss-syntax",
  69. "parser",
  70. "less"
  71. ],
  72. "license": "MIT",
  73. "lint-staged": {
  74. "*.js": [
  75. "eslint --fix",
  76. "git add"
  77. ]
  78. },
  79. "main": "lib/index.js",
  80. "maintainer": "Andrew Powell <andrew@shellscape.org>",
  81. "name": "postcss-less",
  82. "pre-commit": "lint-staged",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/shellscape/postcss-less.git"
  86. },
  87. "scripts": {
  88. "ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
  89. "ci:lint": "npm run lint && npm run security",
  90. "ci:test": "npm run test",
  91. "commitlint": "commitlint",
  92. "commitmsg": "commitlint -e $GIT_PARAMS",
  93. "lint": "eslint --fix --cache lib test",
  94. "lint-staged": "lint-staged",
  95. "security": "npm audit",
  96. "test": "ava"
  97. },
  98. "version": "3.1.4"
  99. }