package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "postcss-normalize-url@^4.0.1",
  3. "_id": "postcss-normalize-url@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==",
  6. "_location": "/postcss-normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-normalize-url@^4.0.1",
  12. "name": "postcss-normalize-url",
  13. "escapedName": "postcss-normalize-url",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz",
  22. "_shasum": "10e437f86bc7c7e58f7b9652ed878daaa95faae1",
  23. "_spec": "postcss-normalize-url@^4.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-absolute-url": "^2.0.0",
  36. "normalize-url": "^3.0.0",
  37. "postcss": "^7.0.0",
  38. "postcss-value-parser": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Normalize URLs with PostCSS",
  42. "devDependencies": {
  43. "babel-cli": "^6.0.0",
  44. "cross-env": "^5.0.0"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "files": [
  50. "dist",
  51. "LICENSE-MIT"
  52. ],
  53. "homepage": "https://github.com/cssnano/cssnano",
  54. "keywords": [
  55. "css",
  56. "normalize",
  57. "optimise",
  58. "optimisation",
  59. "postcss",
  60. "postcss-plugin",
  61. "url"
  62. ],
  63. "license": "MIT",
  64. "main": "dist/index.js",
  65. "name": "postcss-normalize-url",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/cssnano/cssnano.git"
  69. },
  70. "scripts": {
  71. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  72. },
  73. "version": "4.0.1"
  74. }