package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "postcss-normalize-url@^3.0.7",
  3. "_id": "postcss-normalize-url@3.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
  6. "_location": "/postcss-normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-normalize-url@^3.0.7",
  12. "name": "postcss-normalize-url",
  13. "escapedName": "postcss-normalize-url",
  14. "rawSpec": "^3.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.7"
  17. },
  18. "_requiredBy": [
  19. "/cssnano"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
  22. "_shasum": "108f74b3f2fcdaf891a2ffa3ea4592279fc78222",
  23. "_spec": "postcss-normalize-url@^3.0.7",
  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. "ava": {
  31. "require": "babel-register"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ben-eb/postcss-normalize-url/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "is-absolute-url": "^2.0.0",
  39. "normalize-url": "^1.4.0",
  40. "postcss": "^5.0.14",
  41. "postcss-value-parser": "^3.2.3"
  42. },
  43. "deprecated": false,
  44. "description": "Normalize URLs with PostCSS",
  45. "devDependencies": {
  46. "ava": "^0.17.0",
  47. "babel-cli": "^6.3.17",
  48. "babel-core": "^6.3.26",
  49. "babel-plugin-add-module-exports": "^0.2.1",
  50. "babel-preset-es2015": "^6.3.13",
  51. "babel-preset-es2015-loose": "^7.0.0",
  52. "babel-preset-stage-0": "^6.3.13",
  53. "babel-register": "^6.9.0",
  54. "del-cli": "^0.2.0",
  55. "eslint": "^3.0.0",
  56. "eslint-config-cssnano": "^3.0.0",
  57. "eslint-plugin-babel": "^3.3.0",
  58. "eslint-plugin-import": "^2.0.1"
  59. },
  60. "eslintConfig": {
  61. "extends": "cssnano"
  62. },
  63. "files": [
  64. "dist",
  65. "LICENSE-MIT"
  66. ],
  67. "homepage": "https://github.com/ben-eb/postcss-normalize-url",
  68. "keywords": [
  69. "css",
  70. "normalize",
  71. "optimise",
  72. "optimisation",
  73. "postcss",
  74. "postcss-plugin",
  75. "url"
  76. ],
  77. "license": "MIT",
  78. "main": "dist/index.js",
  79. "name": "postcss-normalize-url",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/ben-eb/postcss-normalize-url.git"
  83. },
  84. "scripts": {
  85. "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  86. "pretest": "eslint src",
  87. "test": "ava src/__tests__",
  88. "test-012": "ava src/__tests__"
  89. },
  90. "version": "3.0.8"
  91. }