package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "postcss-selector-parser@6.0.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-selector-parser@6.0.2",
  10. "_id": "postcss-selector-parser@6.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==",
  13. "_location": "/postcss-selector-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-selector-parser@6.0.2",
  19. "name": "postcss-selector-parser",
  20. "escapedName": "postcss-selector-parser",
  21. "rawSpec": "6.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/component-compiler-utils",
  27. "/postcss-calc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz",
  30. "_spec": "6.0.2",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "ava": {
  33. "require": [
  34. "@babel/register"
  35. ],
  36. "concurrency": 5
  37. },
  38. "bugs": {
  39. "url": "https://github.com/postcss/postcss-selector-parser/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Ben Briggs",
  44. "email": "beneb.info@gmail.com",
  45. "url": "http://beneb.info"
  46. },
  47. {
  48. "name": "Chris Eppstein",
  49. "email": "chris@eppsteins.net",
  50. "url": "http://twitter.com/chriseppstein"
  51. }
  52. ],
  53. "dependencies": {
  54. "cssesc": "^3.0.0",
  55. "indexes-of": "^1.0.1",
  56. "uniq": "^1.0.1"
  57. },
  58. "description": "> Selector parser with built in methods for working with selector strings.",
  59. "devDependencies": {
  60. "@babel/cli": "^7.2.3",
  61. "@babel/core": "^7.3.4",
  62. "@babel/plugin-proposal-class-properties": "^7.3.4",
  63. "@babel/preset-env": "^7.3.4",
  64. "@babel/register": "^7.0.0",
  65. "ava": "^1.3.1",
  66. "babel-eslint": "^10.0.1",
  67. "babel-plugin-add-module-exports": "^1.0.0",
  68. "coveralls": "^3.0.3",
  69. "del-cli": "^1.1.0",
  70. "eslint": "^5.15.1",
  71. "eslint-plugin-babel": "^5.3.0",
  72. "eslint-plugin-import": "^2.16.0",
  73. "glob": "^7.1.3",
  74. "minimist": "^1.2.0",
  75. "nyc": "^13.3.0",
  76. "postcss": "^7.0.14",
  77. "semver": "^5.6.0"
  78. },
  79. "engines": {
  80. "node": ">=4"
  81. },
  82. "files": [
  83. "API.md",
  84. "CHANGELOG.md",
  85. "LICENSE-MIT",
  86. "dist",
  87. "postcss-selector-parser.d.ts"
  88. ],
  89. "homepage": "https://github.com/postcss/postcss-selector-parser",
  90. "license": "MIT",
  91. "main": "dist/index.js",
  92. "name": "postcss-selector-parser",
  93. "nyc": {
  94. "exclude": [
  95. "node_modules",
  96. "**/__tests__"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/postcss/postcss-selector-parser.git"
  102. },
  103. "scripts": {
  104. "lintfix": "eslint --fix src",
  105. "prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  106. "pretest": "eslint src",
  107. "report": "nyc report --reporter=html",
  108. "test": "nyc ava src/__tests__/*.js",
  109. "testone": "ava"
  110. },
  111. "types": "postcss-selector-parser.d.ts",
  112. "version": "6.0.2"
  113. }