package.json 1.7 KB

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