Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "postcss-calc@^7.0.1",
  3. "_id": "postcss-calc@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==",
  6. "_location": "/postcss-calc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-calc@^7.0.1",
  12. "name": "postcss-calc",
  13. "escapedName": "postcss-calc",
  14. "rawSpec": "^7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.1.tgz",
  22. "_shasum": "36d77bab023b0ecbb9789d84dcb23c4941145436",
  23. "_spec": "postcss-calc@^7.0.1",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/cssnano-preset-default",
  25. "author": {
  26. "name": "Andy Jansson"
  27. },
  28. "ava": {
  29. "require": [
  30. "@babel/register",
  31. "@babel/polyfill"
  32. ]
  33. },
  34. "bugs": {
  35. "url": "https://github.com/postcss/postcss-calc/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "css-unit-converter": "^1.1.1",
  40. "postcss": "^7.0.5",
  41. "postcss-selector-parser": "^5.0.0-rc.4",
  42. "postcss-value-parser": "^3.3.1"
  43. },
  44. "deprecated": false,
  45. "description": "PostCSS plugin to reduce calc()",
  46. "devDependencies": {
  47. "@babel/cli": "^7.1.2",
  48. "@babel/core": "^7.1.2",
  49. "@babel/polyfill": "^7.0.0",
  50. "@babel/preset-env": "^7.1.0",
  51. "@babel/register": "^7.0.0",
  52. "ava": "^1.0.0-beta.8",
  53. "babel-eslint": "^10.0.1",
  54. "babel-plugin-add-module-exports": "^1.0.0",
  55. "cross-env": "^5.2.0",
  56. "del-cli": "^1.1.0",
  57. "eslint": "^5.7.0",
  58. "eslint-config-i-am-meticulous": "^11.0.0",
  59. "eslint-plugin-babel": "^5.2.1",
  60. "eslint-plugin-import": "^2.14.0",
  61. "jison-gho": "^0.6.1-215"
  62. },
  63. "eslintConfig": {
  64. "parser": "babel-eslint",
  65. "extends": "eslint-config-i-am-meticulous"
  66. },
  67. "files": [
  68. "dist",
  69. "LICENSE"
  70. ],
  71. "homepage": "https://github.com/postcss/postcss-calc#readme",
  72. "keywords": [
  73. "css",
  74. "postcss",
  75. "postcss-plugin",
  76. "calculation",
  77. "calc"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "name": "postcss-calc",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/postcss/postcss-calc.git"
  85. },
  86. "scripts": {
  87. "build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore src/__tests__/**/*.js && jison src/parser.jison -o dist/parser.js",
  88. "prepublish": "npm run build",
  89. "pretest": "eslint src && npm run build",
  90. "test": "ava"
  91. },
  92. "version": "7.0.1"
  93. }