package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "css-what@^5.0.0",
  3. "_id": "css-what@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==",
  6. "_location": "/css-what",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-what@^5.0.0",
  12. "name": "css-what",
  13. "escapedName": "css-what",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/css-select"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz",
  22. "_shasum": "3efa820131f4669a8ac2408f9c32e7c7de9f4cad",
  23. "_spec": "css-what@^5.0.0",
  24. "_where": "D:\\Code\\ThreeJSProjects\\Journey\\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": "^26.0.3",
  39. "@types/node": "^15.0.1",
  40. "@typescript-eslint/eslint-plugin": "^4.1.0",
  41. "@typescript-eslint/parser": "^4.1.0",
  42. "coveralls": "^3.0.5",
  43. "eslint": "^7.0.0",
  44. "eslint-config-prettier": "^8.1.0",
  45. "eslint-plugin-node": "^11.1.0",
  46. "jest": "^27.0.1",
  47. "prettier": "^2.0.5",
  48. "ts-jest": "^27.0.1",
  49. "typescript": "^4.0.2"
  50. },
  51. "engines": {
  52. "node": ">= 6"
  53. },
  54. "files": [
  55. "lib/**/*"
  56. ],
  57. "funding": {
  58. "url": "https://github.com/sponsors/fb55"
  59. },
  60. "homepage": "https://github.com/fb55/css-what#readme",
  61. "jest": {
  62. "preset": "ts-jest"
  63. },
  64. "license": "BSD-2-Clause",
  65. "main": "lib/index.js",
  66. "name": "css-what",
  67. "optionalDependencies": {},
  68. "prettier": {
  69. "tabWidth": 4
  70. },
  71. "repository": {
  72. "url": "git+https://github.com/fb55/css-what.git"
  73. },
  74. "scripts": {
  75. "build": "tsc",
  76. "coverage": "cat coverage/lcov.info | coveralls",
  77. "format": "npm run format:es && npm run format:prettier",
  78. "format:es": "npm run lint:es -- --fix",
  79. "format:prettier": "npm run prettier -- --write",
  80. "lint": "npm run lint:es && npm run lint:prettier",
  81. "lint:es": "eslint src",
  82. "lint:prettier": "npm run prettier -- --check",
  83. "prepare": "npm run build",
  84. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  85. "test": "jest --coverage -u && npm run lint"
  86. },
  87. "types": "lib/index.d.ts",
  88. "version": "5.0.1"
  89. }