25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

150 satır
3.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-safe-parser@4.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-safe-parser@4.0.1",
  9. "_id": "postcss-safe-parser@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xZsFA3uX8MO3yAda03QrG3/Eg1LN3EPfjjf07vke/46HERLZyHrTsQ9E1r1w1W//fWEhtYNndo2hQplN2cVpCQ==",
  12. "_location": "/postcss-safe-parser",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-safe-parser@4.0.1",
  22. "name": "postcss-safe-parser",
  23. "escapedName": "postcss-safe-parser",
  24. "rawSpec": "4.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.1"
  27. },
  28. "_requiredBy": [
  29. "/react-scripts"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz",
  32. "_spec": "4.0.1",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Andrey Sitnik",
  36. "email": "andrey@sitnik.ru"
  37. },
  38. "babel": {
  39. "presets": [
  40. [
  41. "env",
  42. {
  43. "targets": {
  44. "browsers": [
  45. "last 2 version",
  46. "not dead",
  47. "not Explorer 11",
  48. "not ExplorerMobile 11"
  49. ],
  50. "node": 6
  51. },
  52. "loose": true
  53. }
  54. ]
  55. ],
  56. "plugins": [
  57. "add-module-exports",
  58. "precompile-charcodes"
  59. ]
  60. },
  61. "bugs": {
  62. "url": "https://github.com/postcss/postcss-safe-parser/issues"
  63. },
  64. "dependencies": {
  65. "postcss": "^7.0.0"
  66. },
  67. "description": "Fault-tolerant CSS parser for PostCSS",
  68. "devDependencies": {
  69. "babel-core": "^6.26.3",
  70. "babel-eslint": "^8.2.6",
  71. "babel-plugin-add-module-exports": "^0.2.1",
  72. "babel-plugin-precompile-charcodes": "^1.1.0",
  73. "babel-preset-env": "^1.7.0",
  74. "del": "^3.0.0",
  75. "eslint": "^5.1.0",
  76. "eslint-config-logux": "^23.0.2",
  77. "eslint-config-postcss": "^3.0.2",
  78. "eslint-config-standard": "^11.0.0",
  79. "eslint-plugin-import": "^2.13.0",
  80. "eslint-plugin-jest": "^21.17.0",
  81. "eslint-plugin-node": "^6.0.1",
  82. "eslint-plugin-promise": "^3.8.0",
  83. "eslint-plugin-security": "^1.4.0",
  84. "eslint-plugin-standard": "^3.1.0",
  85. "gulp": "^3.9.1",
  86. "gulp-babel": "^7.0.1",
  87. "gulp-changed": "^3.2.0",
  88. "gulp-eslint": "^5.0.0",
  89. "gulp-jest": "^4.0.2",
  90. "gulp-sourcemaps": "^2.6.4",
  91. "jest": "^23.4.1",
  92. "jest-cli": "^23.4.1",
  93. "lint-staged": "^7.2.0",
  94. "postcss-parser-tests": "^6.3.0",
  95. "pre-commit": "^1.1.3",
  96. "run-sequence": "^2.2.1"
  97. },
  98. "engines": {
  99. "node": ">=6.0.0"
  100. },
  101. "eslintConfig": {
  102. "parser": "babel-eslint",
  103. "extends": "eslint-config-postcss",
  104. "overrides": [
  105. {
  106. "files": [
  107. "gulpfile.js"
  108. ],
  109. "rules": {
  110. "node/no-unpublished-require": "off",
  111. "global-require": "off"
  112. }
  113. }
  114. ]
  115. },
  116. "homepage": "https://github.com/postcss/postcss-safe-parser#readme",
  117. "jest": {
  118. "testEnvironment": "node",
  119. "modulePathIgnorePatterns": [
  120. "<rootDir>/build"
  121. ]
  122. },
  123. "keywords": [
  124. "css",
  125. "postcss",
  126. "postcss-syntax",
  127. "parser",
  128. "fault tolerant"
  129. ],
  130. "license": "MIT",
  131. "lint-staged": {
  132. "test/*.js": "eslint",
  133. "lib/*.es6": "eslint"
  134. },
  135. "main": "lib/safe-parse",
  136. "name": "postcss-safe-parser",
  137. "pre-commit": [
  138. "lint-staged"
  139. ],
  140. "repository": {
  141. "type": "git",
  142. "url": "git+https://github.com/postcss/postcss-safe-parser.git"
  143. },
  144. "scripts": {
  145. "lint-staged": "lint-staged",
  146. "test": "gulp"
  147. },
  148. "version": "4.0.1"
  149. }