package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "postcss-safe-parser@^4.0.2",
  3. "_id": "postcss-safe-parser@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==",
  6. "_location": "/postcss-safe-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-safe-parser@^4.0.2",
  12. "name": "postcss-safe-parser",
  13. "escapedName": "postcss-safe-parser",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz",
  22. "_shasum": "a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96",
  23. "_spec": "postcss-safe-parser@^4.0.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "babel": {
  30. "presets": [
  31. [
  32. "@babel/env",
  33. {
  34. "loose": true
  35. }
  36. ]
  37. ],
  38. "plugins": [
  39. "add-module-exports"
  40. ]
  41. },
  42. "bugs": {
  43. "url": "https://github.com/postcss/postcss-safe-parser/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "postcss": "^7.0.26"
  48. },
  49. "deprecated": false,
  50. "description": "Fault-tolerant CSS parser for PostCSS",
  51. "devDependencies": {
  52. "@babel/core": "^7.8.4",
  53. "@babel/preset-env": "^7.8.4",
  54. "@logux/eslint-config": "^35.0.4",
  55. "babel-plugin-add-module-exports": "^1.0.2",
  56. "ci-job-number": "^0.3.1",
  57. "del-cli": "^3.0.0",
  58. "eslint": "^6.8.0",
  59. "eslint-ci": "^1.0.0",
  60. "eslint-config-standard": "^14.1.0",
  61. "eslint-plugin-es5": "^1.5.0",
  62. "eslint-plugin-import": "^2.20.1",
  63. "eslint-plugin-jest": "^23.6.0",
  64. "eslint-plugin-node": "^11.0.0",
  65. "eslint-plugin-prefer-let": "^1.0.1",
  66. "eslint-plugin-promise": "^4.2.1",
  67. "eslint-plugin-security": "^1.4.0",
  68. "eslint-plugin-standard": "^4.0.1",
  69. "eslint-plugin-unicorn": "^16.0.0",
  70. "gulp": "^4.0.2",
  71. "gulp-babel": "^8.0.0",
  72. "gulp-sourcemaps": "^2.6.5",
  73. "husky": "^4.2.1",
  74. "jest": "^25.1.0",
  75. "lint-staged": "^10.0.7",
  76. "postcss-parser-tests": "^6.5.0",
  77. "pre-commit": "^1.1.3"
  78. },
  79. "engines": {
  80. "node": ">=6.0.0"
  81. },
  82. "eslintConfig": {
  83. "extends": "@logux/eslint-config/node",
  84. "overrides": [
  85. {
  86. "files": [
  87. "gulpfile.js"
  88. ],
  89. "rules": {
  90. "node/no-unpublished-require": "off",
  91. "global-require": "off"
  92. }
  93. }
  94. ]
  95. },
  96. "eslintIgnore": [
  97. "build/",
  98. "lib/*.js"
  99. ],
  100. "homepage": "https://github.com/postcss/postcss-safe-parser#readme",
  101. "husky": {
  102. "hooks": {
  103. "pre-commit": "lint-staged"
  104. }
  105. },
  106. "jest": {
  107. "testEnvironment": "node",
  108. "modulePathIgnorePatterns": [
  109. "<rootDir>/build"
  110. ]
  111. },
  112. "keywords": [
  113. "css",
  114. "postcss",
  115. "postcss-syntax",
  116. "parser",
  117. "fault tolerant"
  118. ],
  119. "license": "MIT",
  120. "lint-staged": {
  121. "gulpfile.js": "eslint",
  122. "test/*.js": "eslint",
  123. "lib/*.es6": "eslint"
  124. },
  125. "main": "lib/safe-parse",
  126. "name": "postcss-safe-parser",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/postcss/postcss-safe-parser.git"
  130. },
  131. "scripts": {
  132. "build": "yarn clean && gulp build",
  133. "clean": "del-cli build/ lib/*.js",
  134. "test": "gulp build && eslint-ci . && jest && ./test/integration.js"
  135. },
  136. "version": "4.0.2"
  137. }