package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@3.3.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-value-parser@3.3.1",
  10. "_id": "postcss-value-parser@3.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
  13. "_location": "/postcss-value-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-value-parser@3.3.1",
  19. "name": "postcss-value-parser",
  20. "escapedName": "postcss-value-parser",
  21. "rawSpec": "3.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.1"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/css-loader",
  28. "/cssnano",
  29. "/cssnano/autoprefixer",
  30. "/postcss-colormin",
  31. "/postcss-convert-values",
  32. "/postcss-import",
  33. "/postcss-merge-idents",
  34. "/postcss-minify-font-values",
  35. "/postcss-minify-gradients",
  36. "/postcss-minify-params",
  37. "/postcss-normalize-display-values",
  38. "/postcss-normalize-positions",
  39. "/postcss-normalize-repeat-style",
  40. "/postcss-normalize-string",
  41. "/postcss-normalize-timing-functions",
  42. "/postcss-normalize-unicode",
  43. "/postcss-normalize-url",
  44. "/postcss-normalize-whitespace",
  45. "/postcss-ordered-values",
  46. "/postcss-reduce-idents",
  47. "/postcss-reduce-transforms",
  48. "/postcss-svgo"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  51. "_spec": "3.3.1",
  52. "_where": "E:\\amr1.0\\AMR",
  53. "author": {
  54. "name": "Bogdan Chadkin",
  55. "email": "trysound@yandex.ru"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  59. },
  60. "description": "Transforms css values and at-rule params into the tree",
  61. "devDependencies": {
  62. "eslint": "^5.6.1",
  63. "husky": "^1.0.0",
  64. "lint-staged": "^7.3.0",
  65. "prettier": "^1.4.4",
  66. "tap-spec": "^5.0.0",
  67. "tape": "^4.2.0"
  68. },
  69. "eslintConfig": {
  70. "env": {
  71. "es6": true,
  72. "node": true
  73. },
  74. "extends": "eslint:recommended"
  75. },
  76. "files": [
  77. "lib"
  78. ],
  79. "homepage": "https://github.com/TrySound/postcss-value-parser",
  80. "husky": {
  81. "hooks": {
  82. "pre-commit": "lint-staged"
  83. }
  84. },
  85. "keywords": [
  86. "postcss",
  87. "value",
  88. "parser"
  89. ],
  90. "license": "MIT",
  91. "lint-staged": {
  92. "*.js": [
  93. "eslint",
  94. "prettier --write",
  95. "git add"
  96. ]
  97. },
  98. "main": "lib/index.js",
  99. "name": "postcss-value-parser",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  103. },
  104. "scripts": {
  105. "lint": "yarn lint:js && yarn lint:prettier",
  106. "lint:js": "eslint . --cache",
  107. "lint:prettier": "prettier '**/*.js' --list-different",
  108. "pretest": "yarn lint",
  109. "test": "tape test/*.js | tap-spec"
  110. },
  111. "version": "3.3.1"
  112. }