package.json 2.8 KB

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