package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "postcss-normalize-string@^4.0.2",
  3. "_id": "postcss-normalize-string@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
  6. "_location": "/postcss-normalize-string",
  7. "_phantomChildren": {
  8. "picocolors": "0.2.1",
  9. "source-map": "0.6.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-normalize-string@^4.0.2",
  15. "name": "postcss-normalize-string",
  16. "escapedName": "postcss-normalize-string",
  17. "rawSpec": "^4.0.2",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.2"
  20. },
  21. "_requiredBy": [
  22. "/cssnano-preset-default"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
  25. "_shasum": "cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c",
  26. "_spec": "postcss-normalize-string@^4.0.2",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\cssnano-preset-default",
  28. "author": {
  29. "name": "Ben Briggs",
  30. "email": "beneb.info@gmail.com",
  31. "url": "http://beneb.info"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/cssnano/cssnano/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "has": "^1.0.0",
  39. "postcss": "^7.0.0",
  40. "postcss-value-parser": "^3.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Normalize wrapping quotes for CSS string literals.",
  44. "devDependencies": {
  45. "babel-cli": "^6.0.0",
  46. "cross-env": "^5.0.0"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "files": [
  52. "dist",
  53. "LICENSE-MIT"
  54. ],
  55. "homepage": "https://github.com/cssnano/cssnano",
  56. "keywords": [
  57. "css",
  58. "postcss",
  59. "postcss-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "dist/index.js",
  63. "name": "postcss-normalize-string",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/cssnano/cssnano.git"
  67. },
  68. "scripts": {
  69. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  70. },
  71. "version": "4.0.2"
  72. }