package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@3.3.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-n/giVH4okyE88cMO+lGsX9G6goE=",
  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. "/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-normalize-display-values",
  36. "/postcss-normalize-positions",
  37. "/postcss-normalize-repeat-style",
  38. "/postcss-normalize-string",
  39. "/postcss-normalize-timing-functions",
  40. "/postcss-normalize-unicode",
  41. "/postcss-normalize-url",
  42. "/postcss-normalize-whitespace",
  43. "/postcss-ordered-values",
  44. "/postcss-reduce-transforms",
  45. "/postcss-svgo"
  46. ],
  47. "_resolved": "https://registry.npm.taobao.org/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz",
  48. "_spec": "3.3.1",
  49. "_where": "/Users/lihai/jolijoli/pad_spa",
  50. "author": {
  51. "name": "Bogdan Chadkin",
  52. "email": "trysound@yandex.ru"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  56. },
  57. "description": "Transforms css values and at-rule params into the tree",
  58. "devDependencies": {
  59. "eslint": "^5.6.1",
  60. "husky": "^1.0.0",
  61. "lint-staged": "^7.3.0",
  62. "prettier": "^1.4.4",
  63. "tap-spec": "^5.0.0",
  64. "tape": "^4.2.0"
  65. },
  66. "eslintConfig": {
  67. "env": {
  68. "es6": true,
  69. "node": true
  70. },
  71. "extends": "eslint:recommended"
  72. },
  73. "files": [
  74. "lib"
  75. ],
  76. "homepage": "https://github.com/TrySound/postcss-value-parser",
  77. "husky": {
  78. "hooks": {
  79. "pre-commit": "lint-staged"
  80. }
  81. },
  82. "keywords": [
  83. "postcss",
  84. "value",
  85. "parser"
  86. ],
  87. "license": "MIT",
  88. "lint-staged": {
  89. "*.js": [
  90. "eslint",
  91. "prettier --write",
  92. "git add"
  93. ]
  94. },
  95. "main": "lib/index.js",
  96. "name": "postcss-value-parser",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  100. },
  101. "scripts": {
  102. "lint": "yarn lint:js && yarn lint:prettier",
  103. "lint:js": "eslint . --cache",
  104. "lint:prettier": "prettier '**/*.js' --list-different",
  105. "pretest": "yarn lint",
  106. "test": "tape test/*.js | tap-spec"
  107. },
  108. "version": "3.3.1"
  109. }