package.json 2.1 KB

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