package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "postcss@^7.0.0",
  3. "_id": "postcss@7.0.39",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  6. "_location": "/postcss-normalize-string/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^7.0.0",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-normalize-string"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
  22. "_shasum": "9624375d965630e2e1f2c02a935c82a59cb48309",
  23. "_spec": "postcss@^7.0.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\postcss-normalize-string",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "browser": {
  30. "./lib/terminal-highlight": false,
  31. "fs": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/postcss/postcss/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "picocolors": "^0.2.1",
  39. "source-map": "^0.6.1"
  40. },
  41. "deprecated": false,
  42. "description": "Tool for transforming styles with JS plugins",
  43. "engines": {
  44. "node": ">=6.0.0"
  45. },
  46. "funding": {
  47. "type": "opencollective",
  48. "url": "https://opencollective.com/postcss/"
  49. },
  50. "homepage": "https://postcss.org/",
  51. "keywords": [
  52. "css",
  53. "postcss",
  54. "rework",
  55. "preprocessor",
  56. "parser",
  57. "source map",
  58. "transform",
  59. "manipulation",
  60. "transpiler"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/postcss",
  64. "name": "postcss",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/postcss/postcss.git"
  68. },
  69. "types": "lib/postcss.d.ts",
  70. "version": "7.0.39"
  71. }