package.json 2.5 KB

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