package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "postcss-merge-longhand@^2.0.1",
  3. "_id": "postcss-merge-longhand@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=",
  6. "_location": "/postcss-merge-longhand",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-merge-longhand@^2.0.1",
  12. "name": "postcss-merge-longhand",
  13. "escapedName": "postcss-merge-longhand",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz",
  22. "_shasum": "23d90cd127b0a77994915332739034a1a4f3d658",
  23. "_spec": "postcss-merge-longhand@^2.0.1",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cssnano",
  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/ben-eb/postcss-merge-longhand/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "postcss": "^5.0.4"
  36. },
  37. "deprecated": false,
  38. "description": "Merge longhand properties into shorthand with PostCSS.",
  39. "devDependencies": {
  40. "babel": "^5.8.23",
  41. "babel-tape-runner": "^1.2.0",
  42. "tap-spec": "^4.1.0",
  43. "tape": "^4.2.0"
  44. },
  45. "files": [
  46. "LICENSE-MIT",
  47. "dist"
  48. ],
  49. "homepage": "https://github.com/ben-eb/postcss-merge-longhand",
  50. "keywords": [
  51. "css",
  52. "minify",
  53. "optimise",
  54. "postcss",
  55. "postcss-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "dist/index.js",
  59. "name": "postcss-merge-longhand",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/ben-eb/postcss-merge-longhand.git"
  63. },
  64. "scripts": {
  65. "prepublish": "babel src --out-dir dist --ignore /__tests__/",
  66. "test": "babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"
  67. },
  68. "version": "2.0.2"
  69. }