package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "postcss-value-parser@^4.1.0",
  3. "_id": "postcss-value-parser@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  6. "_location": "/postcss-value-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-value-parser@^4.1.0",
  12. "name": "postcss-value-parser",
  13. "escapedName": "postcss-value-parser",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer",
  20. "/css-loader",
  21. "/postcss-calc",
  22. "/postcss-modules-local-by-default",
  23. "/stylelint"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  26. "_shasum": "723c09920836ba6d3e5af019f92bc0971c02e514",
  27. "_spec": "postcss-value-parser@^4.1.0",
  28. "_where": "H:\\gs_nuxt\\node_modules\\css-loader",
  29. "author": {
  30. "name": "Bogdan Chadkin",
  31. "email": "trysound@yandex.ru"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Transforms css values and at-rule params into the tree",
  39. "devDependencies": {
  40. "eslint": "^5.16.0",
  41. "husky": "^2.3.0",
  42. "lint-staged": "^8.1.7",
  43. "prettier": "^1.17.1",
  44. "tap-spec": "^5.0.0",
  45. "tape": "^4.10.2"
  46. },
  47. "eslintConfig": {
  48. "env": {
  49. "es6": true,
  50. "node": true
  51. },
  52. "extends": "eslint:recommended"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/TrySound/postcss-value-parser",
  58. "husky": {
  59. "hooks": {
  60. "pre-commit": "lint-staged"
  61. }
  62. },
  63. "keywords": [
  64. "postcss",
  65. "value",
  66. "parser"
  67. ],
  68. "license": "MIT",
  69. "lint-staged": {
  70. "*.js": [
  71. "eslint",
  72. "prettier --write",
  73. "git add"
  74. ]
  75. },
  76. "main": "lib/index.js",
  77. "name": "postcss-value-parser",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  81. },
  82. "scripts": {
  83. "lint": "yarn lint:js && yarn lint:prettier",
  84. "lint:js": "eslint . --cache",
  85. "lint:prettier": "prettier \"**/*.js\" \"**/*.ts\" --list-different",
  86. "pretest": "yarn lint",
  87. "test": "tape test/*.js | tap-spec"
  88. },
  89. "version": "4.2.0"
  90. }