package.json 1.9 KB

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