项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

106 lines
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@3.3.1",
  5. "D:\\A易云\\YiYunJianZhu"
  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": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
  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. "/cssnano",
  29. "/cssnano/autoprefixer",
  30. "/postcss-colormin",
  31. "/postcss-convert-values",
  32. "/postcss-import",
  33. "/postcss-merge-idents",
  34. "/postcss-minify-font-values",
  35. "/postcss-minify-gradients",
  36. "/postcss-minify-params",
  37. "/postcss-normalize-url",
  38. "/postcss-ordered-values",
  39. "/postcss-reduce-idents",
  40. "/postcss-reduce-transforms",
  41. "/postcss-svgo"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  44. "_spec": "3.3.1",
  45. "_where": "D:\\A易云\\YiYunJianZhu",
  46. "author": {
  47. "name": "Bogdan Chadkin",
  48. "email": "trysound@yandex.ru"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  52. },
  53. "description": "Transforms css values and at-rule params into the tree",
  54. "devDependencies": {
  55. "eslint": "^5.6.1",
  56. "husky": "^1.0.0",
  57. "lint-staged": "^7.3.0",
  58. "prettier": "^1.4.4",
  59. "tap-spec": "^5.0.0",
  60. "tape": "^4.2.0"
  61. },
  62. "eslintConfig": {
  63. "env": {
  64. "es6": true,
  65. "node": true
  66. },
  67. "extends": "eslint:recommended"
  68. },
  69. "files": [
  70. "lib"
  71. ],
  72. "homepage": "https://github.com/TrySound/postcss-value-parser",
  73. "husky": {
  74. "hooks": {
  75. "pre-commit": "lint-staged"
  76. }
  77. },
  78. "keywords": [
  79. "postcss",
  80. "value",
  81. "parser"
  82. ],
  83. "license": "MIT",
  84. "lint-staged": {
  85. "*.js": [
  86. "eslint",
  87. "prettier --write",
  88. "git add"
  89. ]
  90. },
  91. "main": "lib/index.js",
  92. "name": "postcss-value-parser",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  96. },
  97. "scripts": {
  98. "lint": "yarn lint:js && yarn lint:prettier",
  99. "lint:js": "eslint . --cache",
  100. "lint:prettier": "prettier '**/*.js' --list-different",
  101. "pretest": "yarn lint",
  102. "test": "tape test/*.js | tap-spec"
  103. },
  104. "version": "3.3.1"
  105. }