package.json 1.7 KB

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