package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "css-what@3.3.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-what@3.3.0",
  10. "_id": "css-what@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==",
  13. "_location": "/css-what",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-what@3.3.0",
  19. "name": "css-what",
  20. "escapedName": "css-what",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/css-select"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz",
  29. "_spec": "3.3.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Felix Böhm",
  33. "email": "me@feedic.com",
  34. "url": "http://feedic.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/fb55/css-what/issues"
  38. },
  39. "dependencies": {},
  40. "description": "a CSS selector parser",
  41. "devDependencies": {
  42. "@types/jest": "^25.1.4",
  43. "@types/node": "^14.0.5",
  44. "@typescript-eslint/eslint-plugin": "^2.31.0",
  45. "@typescript-eslint/parser": "^2.31.0",
  46. "coveralls": "^3.0.5",
  47. "eslint": "^7.0.0",
  48. "eslint-config-prettier": "^6.0.0",
  49. "jest": "^26.0.1",
  50. "prettier": "^2.0.5",
  51. "ts-jest": "^26.0.0",
  52. "typescript": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">= 6"
  56. },
  57. "files": [
  58. "lib/**/*"
  59. ],
  60. "homepage": "https://github.com/fb55/css-what#readme",
  61. "jest": {
  62. "preset": "ts-jest",
  63. "testEnvironment": "node"
  64. },
  65. "license": "BSD-2-Clause",
  66. "main": "lib/index.js",
  67. "name": "css-what",
  68. "optionalDependencies": {},
  69. "prettier": {
  70. "tabWidth": 4
  71. },
  72. "repository": {
  73. "url": "git+https://github.com/fb55/css-what.git"
  74. },
  75. "scripts": {
  76. "build": "tsc",
  77. "coverage": "cat coverage/lcov.info | coveralls",
  78. "format": "prettier --write '**/*.{ts,md,json}'",
  79. "lint": "eslint src",
  80. "prepare": "npm run build",
  81. "test": "jest --coverage -u && npm run lint"
  82. },
  83. "types": "lib/index.d.ts",
  84. "version": "3.3.0"
  85. }