package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "postcss-calc@7.0.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-calc@7.0.5",
  10. "_id": "postcss-calc@7.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+KbpnxLmGcLrwjz2xIb9wVhgkz4=",
  13. "_location": "/postcss-calc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-calc@7.0.5",
  19. "name": "postcss-calc",
  20. "escapedName": "postcss-calc",
  21. "rawSpec": "7.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.5"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.5.tgz?cache=0&sync_timestamp=1609689191682&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.5.tgz",
  29. "_spec": "7.0.5",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Andy Jansson"
  33. },
  34. "ava": {
  35. "require": [
  36. "@babel/register",
  37. "@babel/polyfill"
  38. ]
  39. },
  40. "bugs": {
  41. "url": "https://github.com/postcss/postcss-calc/issues"
  42. },
  43. "dependencies": {
  44. "postcss": "^7.0.27",
  45. "postcss-selector-parser": "^6.0.2",
  46. "postcss-value-parser": "^4.0.2"
  47. },
  48. "description": "PostCSS plugin to reduce calc()",
  49. "devDependencies": {
  50. "@babel/cli": "^7.1.2",
  51. "@babel/core": "^7.1.2",
  52. "@babel/polyfill": "^7.0.0",
  53. "@babel/preset-env": "^7.1.0",
  54. "@babel/register": "^7.0.0",
  55. "ava": "^1.4.1",
  56. "babel-eslint": "^10.0.1",
  57. "babel-plugin-add-module-exports": "^1.0.0",
  58. "cross-env": "^5.2.0",
  59. "del-cli": "^1.1.0",
  60. "eslint": "^5.7.0",
  61. "eslint-config-i-am-meticulous": "^11.0.0",
  62. "eslint-plugin-babel": "^5.2.1",
  63. "eslint-plugin-import": "^2.14.0",
  64. "jison-gho": "^0.6.1-215"
  65. },
  66. "eslintConfig": {
  67. "parser": "babel-eslint",
  68. "extends": "eslint-config-i-am-meticulous",
  69. "rules": {
  70. "curly": "error"
  71. }
  72. },
  73. "files": [
  74. "dist",
  75. "LICENSE"
  76. ],
  77. "homepage": "https://github.com/postcss/postcss-calc#readme",
  78. "keywords": [
  79. "css",
  80. "postcss",
  81. "postcss-plugin",
  82. "calculation",
  83. "calc"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/index.js",
  87. "name": "postcss-calc",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/postcss/postcss-calc.git"
  91. },
  92. "scripts": {
  93. "build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore src/__tests__/**/*.js && jison src/parser.jison -o dist/parser.js",
  94. "prepublish": "npm run build",
  95. "pretest": "npm run build && eslint src",
  96. "test": "ava"
  97. },
  98. "version": "7.0.5"
  99. }