Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "postcss-calc@7.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-calc@7.0.2",
  9. "_id": "postcss-calc@7.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ==",
  12. "_location": "/postcss-calc",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-calc@7.0.2",
  22. "name": "postcss-calc",
  23. "escapedName": "postcss-calc",
  24. "rawSpec": "7.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "7.0.2"
  27. },
  28. "_requiredBy": [
  29. "/cssnano-preset-default"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.2.tgz",
  32. "_spec": "7.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Andy Jansson"
  36. },
  37. "ava": {
  38. "require": [
  39. "@babel/register",
  40. "@babel/polyfill"
  41. ]
  42. },
  43. "bugs": {
  44. "url": "https://github.com/postcss/postcss-calc/issues"
  45. },
  46. "dependencies": {
  47. "postcss": "^7.0.27",
  48. "postcss-selector-parser": "^6.0.2",
  49. "postcss-value-parser": "^4.0.2"
  50. },
  51. "description": "PostCSS plugin to reduce calc()",
  52. "devDependencies": {
  53. "@babel/cli": "^7.1.2",
  54. "@babel/core": "^7.1.2",
  55. "@babel/polyfill": "^7.0.0",
  56. "@babel/preset-env": "^7.1.0",
  57. "@babel/register": "^7.0.0",
  58. "ava": "^1.4.1",
  59. "babel-eslint": "^10.0.1",
  60. "babel-plugin-add-module-exports": "^1.0.0",
  61. "cross-env": "^5.2.0",
  62. "del-cli": "^1.1.0",
  63. "eslint": "^5.7.0",
  64. "eslint-config-i-am-meticulous": "^11.0.0",
  65. "eslint-plugin-babel": "^5.2.1",
  66. "eslint-plugin-import": "^2.14.0",
  67. "jison-gho": "^0.6.1-215"
  68. },
  69. "eslintConfig": {
  70. "parser": "babel-eslint",
  71. "extends": "eslint-config-i-am-meticulous",
  72. "rules": {
  73. "curly": "error"
  74. }
  75. },
  76. "files": [
  77. "dist",
  78. "LICENSE"
  79. ],
  80. "homepage": "https://github.com/postcss/postcss-calc#readme",
  81. "keywords": [
  82. "css",
  83. "postcss",
  84. "postcss-plugin",
  85. "calculation",
  86. "calc"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/index.js",
  90. "name": "postcss-calc",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/postcss/postcss-calc.git"
  94. },
  95. "scripts": {
  96. "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",
  97. "prepublish": "npm run build",
  98. "pretest": "npm run build && eslint src",
  99. "test": "ava"
  100. },
  101. "version": "7.0.2"
  102. }