package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "postcss-merge-longhand@4.0.11",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-merge-longhand@4.0.11",
  10. "_id": "postcss-merge-longhand@4.0.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ=",
  13. "_location": "/postcss-merge-longhand",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-merge-longhand@4.0.11",
  19. "name": "postcss-merge-longhand",
  20. "escapedName": "postcss-merge-longhand",
  21. "rawSpec": "4.0.11",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.11"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz",
  29. "_spec": "4.0.11",
  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. "css-color-names": "0.0.4",
  41. "postcss": "^7.0.0",
  42. "postcss-value-parser": "^3.0.0",
  43. "stylehacks": "^4.0.0"
  44. },
  45. "description": "Merge longhand properties into shorthand with PostCSS.",
  46. "devDependencies": {
  47. "babel-cli": "^6.0.0",
  48. "cross-env": "^5.0.0"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "files": [
  54. "LICENSE-MIT",
  55. "dist"
  56. ],
  57. "homepage": "https://github.com/cssnano/cssnano",
  58. "keywords": [
  59. "css",
  60. "minify",
  61. "optimise",
  62. "postcss",
  63. "postcss-plugin"
  64. ],
  65. "license": "MIT",
  66. "main": "dist/index.js",
  67. "name": "postcss-merge-longhand",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/cssnano/cssnano.git"
  71. },
  72. "scripts": {
  73. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  74. },
  75. "version": "4.0.11"
  76. }