package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "postcss-url@^8.0.0",
  3. "_id": "postcss-url@8.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw==",
  6. "_location": "/postcss-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-url@^8.0.0",
  12. "name": "postcss-url",
  13. "escapedName": "postcss-url",
  14. "rawSpec": "^8.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-8.0.0.tgz",
  22. "_shasum": "7b10059bd12929cdbb1971c60f61a0e5af86b4ca",
  23. "_spec": "postcss-url@^8.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  25. "author": {
  26. "name": "Maxime Thirouin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/postcss/postcss-url/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "mime": "^2.3.1",
  34. "minimatch": "^3.0.4",
  35. "mkdirp": "^0.5.0",
  36. "postcss": "^7.0.2",
  37. "xxhashjs": "^0.2.1"
  38. },
  39. "deprecated": false,
  40. "description": "PostCSS plugin to rebase or inline on url().",
  41. "devDependencies": {
  42. "chai": "^4.1.2",
  43. "eslint": "^5.3.0",
  44. "mocha": "^5.2.0",
  45. "npmpub": "^4.1.0",
  46. "postcss-import": "^12.0.0"
  47. },
  48. "engines": {
  49. "node": ">=6.0.0"
  50. },
  51. "files": [
  52. "src"
  53. ],
  54. "homepage": "https://github.com/postcss/postcss-url#readme",
  55. "keywords": [
  56. "css",
  57. "postcss",
  58. "postcss-plugin",
  59. "url",
  60. "rebase",
  61. "inline",
  62. "base64",
  63. "assets"
  64. ],
  65. "license": "MIT",
  66. "main": "src/index.js",
  67. "name": "postcss-url",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/postcss/postcss-url.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint --fix .",
  74. "release": "npmpub",
  75. "test": "npm run lint && npm run tests",
  76. "tests": "mocha"
  77. },
  78. "version": "8.0.0"
  79. }