package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "postcss-merge-longhand@2.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-merge-longhand@2.0.2",
  10. "_id": "postcss-merge-longhand@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=",
  13. "_location": "/postcss-merge-longhand",
  14. "_phantomChildren": {
  15. "escape-string-regexp": "1.0.5",
  16. "has-ansi": "2.0.0",
  17. "js-base64": "2.6.4",
  18. "strip-ansi": "3.0.1"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "postcss-merge-longhand@2.0.2",
  24. "name": "postcss-merge-longhand",
  25. "escapedName": "postcss-merge-longhand",
  26. "rawSpec": "2.0.2",
  27. "saveSpec": null,
  28. "fetchSpec": "2.0.2"
  29. },
  30. "_requiredBy": [
  31. "/cssnano"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz",
  34. "_spec": "2.0.2",
  35. "_where": "E:\\amr1.0\\AMR",
  36. "author": {
  37. "name": "Ben Briggs",
  38. "email": "beneb.info@gmail.com",
  39. "url": "http://beneb.info"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ben-eb/postcss-merge-longhand/issues"
  43. },
  44. "dependencies": {
  45. "postcss": "^5.0.4"
  46. },
  47. "description": "Merge longhand properties into shorthand with PostCSS.",
  48. "devDependencies": {
  49. "babel": "^5.8.23",
  50. "babel-tape-runner": "^1.2.0",
  51. "tap-spec": "^4.1.0",
  52. "tape": "^4.2.0"
  53. },
  54. "files": [
  55. "LICENSE-MIT",
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/ben-eb/postcss-merge-longhand",
  59. "keywords": [
  60. "css",
  61. "minify",
  62. "optimise",
  63. "postcss",
  64. "postcss-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "name": "postcss-merge-longhand",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/ben-eb/postcss-merge-longhand.git"
  72. },
  73. "scripts": {
  74. "prepublish": "babel src --out-dir dist --ignore /__tests__/",
  75. "test": "babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"
  76. },
  77. "version": "2.0.2"
  78. }