package.json 1.7 KB

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