package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "css-what@3.4.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-what@3.4.2",
  10. "_id": "css-what@3.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6nAm/LAXd+295SEk4h8yfnrpUOQ=",
  13. "_location": "/css-what",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-what@3.4.2",
  19. "name": "css-what",
  20. "escapedName": "css-what",
  21. "rawSpec": "3.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.4.2"
  24. },
  25. "_requiredBy": [
  26. "/css-select"
  27. ],
  28. "_resolved": "https://registry.nlark.com/css-what/download/css-what-3.4.2.tgz?cache=0&sync_timestamp=1622227630859&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-what%2Fdownload%2Fcss-what-3.4.2.tgz",
  29. "_spec": "3.4.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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": "^26.0.3",
  43. "@types/node": "^14.0.5",
  44. "@typescript-eslint/eslint-plugin": "^4.1.0",
  45. "@typescript-eslint/parser": "^4.1.0",
  46. "coveralls": "^3.0.5",
  47. "eslint": "^7.0.0",
  48. "eslint-config-prettier": "^6.0.0",
  49. "eslint-plugin-node": "^11.1.0",
  50. "jest": "^26.0.1",
  51. "prettier": "^2.0.5",
  52. "ts-jest": "^26.0.0",
  53. "typescript": "^4.0.2"
  54. },
  55. "engines": {
  56. "node": ">= 6"
  57. },
  58. "files": [
  59. "lib/**/*"
  60. ],
  61. "funding": "https://github.com/sponsors/fb55",
  62. "homepage": "https://github.com/fb55/css-what#readme",
  63. "jest": {
  64. "preset": "ts-jest",
  65. "testEnvironment": "node"
  66. },
  67. "license": "BSD-2-Clause",
  68. "main": "lib/index.js",
  69. "name": "css-what",
  70. "optionalDependencies": {},
  71. "prettier": {
  72. "tabWidth": 4
  73. },
  74. "repository": {
  75. "url": "git+https://github.com/fb55/css-what.git"
  76. },
  77. "scripts": {
  78. "build": "tsc",
  79. "coverage": "cat coverage/lcov.info | coveralls",
  80. "format": "npm run format:es && npm run format:prettier",
  81. "format:es": "npm run lint:es -- --fix",
  82. "format:prettier": "npm run prettier -- --write",
  83. "lint": "npm run lint:es && npm run lint:prettier",
  84. "lint:es": "eslint src",
  85. "lint:prettier": "npm run prettier -- --check",
  86. "prepare": "npm run build",
  87. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  88. "test": "jest --coverage -u && npm run lint"
  89. },
  90. "types": "lib/index.d.ts",
  91. "version": "3.4.2"
  92. }