package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "postcss-calc@^5.2.0",
  3. "_id": "postcss-calc@5.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
  6. "_location": "/postcss-calc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-calc@^5.2.0",
  12. "name": "postcss-calc",
  13. "escapedName": "postcss-calc",
  14. "rawSpec": "^5.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cssnano"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
  22. "_shasum": "77bae7ca928ad85716e2fda42f261bf7c1d65b5e",
  23. "_spec": "postcss-calc@^5.2.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cssnano",
  25. "author": {
  26. "name": "Maxime Thirouin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/postcss/postcss-calc/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "postcss": "^5.0.2",
  34. "postcss-message-helpers": "^2.0.0",
  35. "reduce-css-calc": "^1.2.6"
  36. },
  37. "deprecated": false,
  38. "description": "PostCSS plugin to reduce calc()",
  39. "devDependencies": {
  40. "eslint": "^1.0.0",
  41. "npmpub": "^3.1.0",
  42. "postcss-custom-properties": "^5.0.0",
  43. "tape": "^3.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/postcss/postcss-calc#readme",
  49. "keywords": [
  50. "css",
  51. "postcss",
  52. "postcss-plugin",
  53. "calculation",
  54. "calc"
  55. ],
  56. "license": "MIT",
  57. "name": "postcss-calc",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/postcss/postcss-calc.git"
  61. },
  62. "scripts": {
  63. "release": "npmpub",
  64. "test": "eslint . && tape test"
  65. },
  66. "version": "5.3.1"
  67. }