package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "postcss-selector-parser@6.0.9",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-selector-parser@6.0.9",
  10. "_id": "postcss-selector-parser@6.0.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==",
  13. "_location": "/postcss-selector-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-selector-parser@6.0.9",
  19. "name": "postcss-selector-parser",
  20. "escapedName": "postcss-selector-parser",
  21. "rawSpec": "6.0.9",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.9"
  24. },
  25. "_requiredBy": [
  26. "/@vue/component-compiler-utils",
  27. "/postcss-calc"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz",
  30. "_spec": "6.0.9",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "ava": {
  33. "require": [
  34. "@babel/register"
  35. ],
  36. "concurrency": 5,
  37. "timeout": "25s"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/postcss/postcss-selector-parser/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Ben Briggs",
  45. "email": "beneb.info@gmail.com",
  46. "url": "http://beneb.info"
  47. },
  48. {
  49. "name": "Chris Eppstein",
  50. "email": "chris@eppsteins.net",
  51. "url": "http://twitter.com/chriseppstein"
  52. }
  53. ],
  54. "dependencies": {
  55. "cssesc": "^3.0.0",
  56. "util-deprecate": "^1.0.2"
  57. },
  58. "description": "> Selector parser with built in methods for working with selector strings.",
  59. "devDependencies": {
  60. "@babel/cli": "^7.11.6",
  61. "@babel/core": "^7.11.6",
  62. "@babel/eslint-parser": "^7.11.5",
  63. "@babel/eslint-plugin": "^7.11.5",
  64. "@babel/plugin-proposal-class-properties": "^7.10.4",
  65. "@babel/preset-env": "^7.11.5",
  66. "@babel/register": "^7.11.5",
  67. "ava": "^3.12.1",
  68. "babel-plugin-add-module-exports": "^1.0.4",
  69. "coveralls": "^3.1.0",
  70. "del-cli": "^3.0.1",
  71. "eslint": "^7.9.0",
  72. "eslint-plugin-import": "^2.22.0",
  73. "glob": "^7.1.6",
  74. "minimist": "^1.2.5",
  75. "nyc": "^15.1.0",
  76. "postcss": "^8.0.0",
  77. "semver": "^7.3.2",
  78. "typescript": "^4.0.3"
  79. },
  80. "engines": {
  81. "node": ">=4"
  82. },
  83. "files": [
  84. "API.md",
  85. "CHANGELOG.md",
  86. "LICENSE-MIT",
  87. "dist",
  88. "postcss-selector-parser.d.ts",
  89. "!**/__tests__"
  90. ],
  91. "homepage": "https://github.com/postcss/postcss-selector-parser",
  92. "license": "MIT",
  93. "main": "dist/index.js",
  94. "name": "postcss-selector-parser",
  95. "nyc": {
  96. "exclude": [
  97. "node_modules",
  98. "**/__tests__"
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/postcss/postcss-selector-parser.git"
  104. },
  105. "scripts": {
  106. "lintfix": "eslint --fix src",
  107. "prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  108. "pretest": "eslint src && tsc --noEmit postcss-selector-parser.d.ts",
  109. "report": "nyc report --reporter=html",
  110. "test": "nyc ava src/__tests__/*.js ",
  111. "testone": "ava"
  112. },
  113. "types": "postcss-selector-parser.d.ts",
  114. "version": "6.0.9"
  115. }