package.json 2.2 KB

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