package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "csstype@^3.1.0",
  3. "_id": "csstype@3.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  6. "_location": "/csstype",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "csstype@^3.1.0",
  12. "name": "csstype",
  13. "escapedName": "csstype",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/vue"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  22. "_shasum": "ec48c0f3e993e50648c86da559e2610995cf989a",
  23. "_spec": "csstype@^3.1.0",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\vue",
  25. "author": {
  26. "name": "Fredrik Nicol",
  27. "email": "fredrik.nicol@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/frenic/csstype/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Strict TypeScript and Flow types for style based on MDN data",
  35. "devDependencies": {
  36. "@babel/core": "^7.28.5",
  37. "@babel/preset-env": "^7.28.5",
  38. "@babel/preset-typescript": "^7.28.5",
  39. "@eslint/js": "^9.39.1",
  40. "@mdn/browser-compat-data": "7.1.21",
  41. "@tsconfig/node24": "^24.0.2",
  42. "@types/chokidar": "^2.1.7",
  43. "@types/css-tree": "^2.3.11",
  44. "@types/jest": "^30.0.0",
  45. "@types/jsdom": "^27.0.0",
  46. "@types/node": "^24.10.1",
  47. "@types/prettier": "^3.0.0",
  48. "@types/turndown": "^5.0.6",
  49. "babel-jest": "^30.2.0",
  50. "chalk": "^5.6.2",
  51. "chokidar": "^4.0.3",
  52. "css-tree": "^3.1.0",
  53. "eslint-config-prettier": "^10.1.8",
  54. "eslint-plugin-prettier": "^5.5.4",
  55. "flow-bin": "^0.291.0",
  56. "jest": "^30.2.0",
  57. "jsdom": "^27.2.0",
  58. "mdn-data": "2.25.0",
  59. "prettier": "^3.6.2",
  60. "release-it": "^19.0.6",
  61. "tsx": "^4.20.6",
  62. "turndown": "^7.2.2",
  63. "typescript": "~5.9.3",
  64. "typescript-eslint": "^8.46.4"
  65. },
  66. "files": [
  67. "index.d.ts",
  68. "index.js.flow"
  69. ],
  70. "homepage": "https://github.com/frenic/csstype#readme",
  71. "keywords": [
  72. "css",
  73. "style",
  74. "typescript",
  75. "flow",
  76. "typings",
  77. "types",
  78. "definitions"
  79. ],
  80. "license": "MIT",
  81. "main": "",
  82. "name": "csstype",
  83. "overrides": {
  84. "js-yaml": ">=4.1.1"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/frenic/csstype.git"
  89. },
  90. "scripts": {
  91. "build": "tsx --inspect build.ts --start",
  92. "lazy": "tsc && npm run lint",
  93. "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
  94. "prepublish": "npm install --no-save --prefix __tests__ && npm install --no-save --prefix __tests__/__fixtures__",
  95. "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
  96. "release": "release-it",
  97. "test": "jest --runInBand",
  98. "test:dist": "jest dist.*.ts --runInBand",
  99. "test:src": "jest src.*.ts",
  100. "update": "tsx update.ts",
  101. "watch": "tsx build.ts --watch"
  102. },
  103. "types": "index.d.ts",
  104. "version": "3.2.3"
  105. }