package.json 1.9 KB

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