You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "css-what@^3.2.1",
  3. "_id": "css-what@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==",
  6. "_location": "/css-what",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-what@^3.2.1",
  12. "name": "css-what",
  13. "escapedName": "css-what",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/css-select"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz",
  22. "_shasum": "f4a8f12421064621b456755e34a03a2c22df5da1",
  23. "_spec": "css-what@^3.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\css-select",
  25. "author": {
  26. "name": "Felix Böhm",
  27. "email": "me@feedic.com",
  28. "url": "http://feedic.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/fb55/css-what/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "a CSS selector parser",
  37. "devDependencies": {
  38. "@types/jest": "^24.0.16",
  39. "@types/node": "^12.6.2",
  40. "@typescript-eslint/eslint-plugin": "^1.12.0",
  41. "@typescript-eslint/parser": "^1.12.0",
  42. "coveralls": "^3.0.5",
  43. "eslint": "^6.0.1",
  44. "eslint-config-prettier": "^6.0.0",
  45. "jest": "^24.8.0",
  46. "prettier": "^1.18.2",
  47. "ts-jest": "^24.0.2",
  48. "typescript": "^3.5.3"
  49. },
  50. "engines": {
  51. "node": ">= 6"
  52. },
  53. "files": [
  54. "lib/**/*"
  55. ],
  56. "homepage": "https://github.com/fb55/css-what#readme",
  57. "jest": {
  58. "preset": "ts-jest",
  59. "testEnvironment": "node"
  60. },
  61. "license": "BSD-2-Clause",
  62. "main": "lib/index.js",
  63. "name": "css-what",
  64. "optionalDependencies": {},
  65. "prettier": {
  66. "tabWidth": 4
  67. },
  68. "repository": {
  69. "url": "git+https://github.com/fb55/css-what.git"
  70. },
  71. "scripts": {
  72. "build": "tsc",
  73. "coverage": "cat coverage/lcov.info | coveralls",
  74. "format": "prettier --write '**/*.{ts,md,json}'",
  75. "lint": "eslint --ext=js,ts src",
  76. "prepare": "npm run build",
  77. "test": "jest --coverage -u && npm run lint"
  78. },
  79. "types": "lib/index.d.ts",
  80. "version": "3.2.1"
  81. }