package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "reduce-css-calc@1.3.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "reduce-css-calc@1.3.0",
  9. "_id": "reduce-css-calc@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
  12. "_location": "/reduce-css-calc",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "reduce-css-calc@1.3.0",
  18. "name": "reduce-css-calc",
  19. "escapedName": "reduce-css-calc",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-calc"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
  28. "_spec": "1.3.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Maxime Thirouin"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/MoOx/reduce-css-calc/issues"
  35. },
  36. "dependencies": {
  37. "balanced-match": "^0.4.2",
  38. "math-expression-evaluator": "^1.2.14",
  39. "reduce-function-call": "^1.0.1"
  40. },
  41. "description": "Reduce CSS calc() function to the maximum",
  42. "devDependencies": {
  43. "jscs": "^1.5.9",
  44. "jshint": "^2.5.2",
  45. "npmpub": "^3.0.3",
  46. "tape": "^2.13.4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/MoOx/reduce-css-calc#readme",
  52. "keywords": [
  53. "css",
  54. "calculation",
  55. "calc"
  56. ],
  57. "license": "MIT",
  58. "name": "reduce-css-calc",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/MoOx/reduce-css-calc.git"
  62. },
  63. "scripts": {
  64. "jscs": "jscs *.js **/*.js",
  65. "jshint": "jshint . --exclude node_modules",
  66. "release": "npmpub",
  67. "test": "npm run jscs && npm run jshint && tape test"
  68. },
  69. "version": "1.3.0"
  70. }