package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "postcss-reduce-initial@^4.0.3",
  3. "_id": "postcss-reduce-initial@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
  6. "_location": "/postcss-reduce-initial",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-reduce-initial@^4.0.3",
  12. "name": "postcss-reduce-initial",
  13. "escapedName": "postcss-reduce-initial",
  14. "rawSpec": "^4.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.3"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
  22. "_shasum": "7fd42ebea5e9c814609639e2c2e84ae270ba48df",
  23. "_spec": "postcss-reduce-initial@^4.0.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "browserslist": "^4.0.0",
  36. "caniuse-api": "^3.0.0",
  37. "has": "^1.0.0",
  38. "postcss": "^7.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Reduce initial definitions to the actual initial value, where possible.",
  42. "devDependencies": {
  43. "babel-cli": "^6.0.0",
  44. "cross-env": "^5.0.0",
  45. "got": "^8.0.0",
  46. "html2plaintext": "^2.0.0",
  47. "write-file": "^1.0.0"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "files": [
  53. "data",
  54. "dist/index.js",
  55. "LICENSE-MIT"
  56. ],
  57. "homepage": "https://github.com/cssnano/cssnano",
  58. "keywords": [
  59. "css",
  60. "postcss",
  61. "postcss-plugin"
  62. ],
  63. "license": "MIT",
  64. "main": "dist/index.js",
  65. "name": "postcss-reduce-initial",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/cssnano/cssnano.git"
  69. },
  70. "scripts": {
  71. "acquire": "babel-node ./src/acquire.js",
  72. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/,src/acquire.js"
  73. },
  74. "version": "4.0.3"
  75. }