package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-url@3.0.8",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-normalize-url@3.0.8",
  9. "_id": "postcss-normalize-url@3.0.8",
  10. "_inBundle": false,
  11. "_integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
  12. "_location": "/postcss-normalize-url",
  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-normalize-url@3.0.8",
  23. "name": "postcss-normalize-url",
  24. "escapedName": "postcss-normalize-url",
  25. "rawSpec": "3.0.8",
  26. "saveSpec": null,
  27. "fetchSpec": "3.0.8"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
  33. "_spec": "3.0.8",
  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-normalize-url/issues"
  45. },
  46. "dependencies": {
  47. "is-absolute-url": "^2.0.0",
  48. "normalize-url": "^1.4.0",
  49. "postcss": "^5.0.14",
  50. "postcss-value-parser": "^3.2.3"
  51. },
  52. "description": "Normalize URLs with PostCSS",
  53. "devDependencies": {
  54. "ava": "^0.17.0",
  55. "babel-cli": "^6.3.17",
  56. "babel-core": "^6.3.26",
  57. "babel-plugin-add-module-exports": "^0.2.1",
  58. "babel-preset-es2015": "^6.3.13",
  59. "babel-preset-es2015-loose": "^7.0.0",
  60. "babel-preset-stage-0": "^6.3.13",
  61. "babel-register": "^6.9.0",
  62. "del-cli": "^0.2.0",
  63. "eslint": "^3.0.0",
  64. "eslint-config-cssnano": "^3.0.0",
  65. "eslint-plugin-babel": "^3.3.0",
  66. "eslint-plugin-import": "^2.0.1"
  67. },
  68. "eslintConfig": {
  69. "extends": "cssnano"
  70. },
  71. "files": [
  72. "dist",
  73. "LICENSE-MIT"
  74. ],
  75. "homepage": "https://github.com/ben-eb/postcss-normalize-url",
  76. "keywords": [
  77. "css",
  78. "normalize",
  79. "optimise",
  80. "optimisation",
  81. "postcss",
  82. "postcss-plugin",
  83. "url"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/index.js",
  87. "name": "postcss-normalize-url",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/ben-eb/postcss-normalize-url.git"
  91. },
  92. "scripts": {
  93. "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  94. "pretest": "eslint src",
  95. "test": "ava src/__tests__",
  96. "test-012": "ava src/__tests__"
  97. },
  98. "version": "3.0.8"
  99. }