package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "postcss-merge-idents@2.1.7",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-merge-idents@2.1.7",
  9. "_id": "postcss-merge-idents@2.1.7",
  10. "_inBundle": false,
  11. "_integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=",
  12. "_location": "/postcss-merge-idents",
  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-idents@2.1.7",
  23. "name": "postcss-merge-idents",
  24. "escapedName": "postcss-merge-idents",
  25. "rawSpec": "2.1.7",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.7"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
  33. "_spec": "2.1.7",
  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. "ava": {
  41. "require": "babel-register"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ben-eb/postcss-merge-idents/issues"
  45. },
  46. "dependencies": {
  47. "has": "^1.0.1",
  48. "postcss": "^5.0.10",
  49. "postcss-value-parser": "^3.1.1"
  50. },
  51. "description": "Merge keyframe and counter style identifiers.",
  52. "devDependencies": {
  53. "ava": "^0.16.0",
  54. "babel-cli": "^6.3.17",
  55. "babel-core": "^6.3.26",
  56. "babel-plugin-add-module-exports": "^0.2.1",
  57. "babel-preset-es2015": "^6.3.13",
  58. "babel-preset-es2015-loose": "^7.0.0",
  59. "babel-preset-stage-0": "^6.3.13",
  60. "babel-register": "^6.9.0",
  61. "del-cli": "^0.2.0",
  62. "eslint": "^3.0.0",
  63. "eslint-config-cssnano": "^3.0.0",
  64. "eslint-plugin-babel": "^3.3.0",
  65. "eslint-plugin-import": "^1.10.2"
  66. },
  67. "eslintConfig": {
  68. "extends": "cssnano"
  69. },
  70. "files": [
  71. "dist",
  72. "LICENSE-MIT"
  73. ],
  74. "homepage": "https://github.com/ben-eb/postcss-merge-idents",
  75. "keywords": [
  76. "css",
  77. "merge",
  78. "postcss",
  79. "postcss-plugin"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/index.js",
  83. "name": "postcss-merge-idents",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/ben-eb/postcss-merge-idents.git"
  87. },
  88. "scripts": {
  89. "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  90. "pretest": "eslint src",
  91. "test": "ava src/__tests__",
  92. "test-012": "ava src/__tests__"
  93. },
  94. "version": "2.1.7"
  95. }