package.json 1.8 KB

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