package.json 2.0 KB

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