package.json 2.3 KB

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