package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "csstype@3.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "csstype@3.1.0",
  9. "_id": "csstype@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==",
  12. "_location": "/csstype",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "csstype@3.1.0",
  18. "name": "csstype",
  19. "escapedName": "csstype",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/vue-puzzle-vcode/vue"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz",
  28. "_spec": "3.1.0",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Fredrik Nicol",
  32. "email": "fredrik.nicol@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/frenic/csstype/issues"
  36. },
  37. "description": "Strict TypeScript and Flow types for style based on MDN data",
  38. "devDependencies": {
  39. "@types/chokidar": "^2.1.3",
  40. "@types/css-tree": "^1.0.7",
  41. "@types/jest": "^27.5.1",
  42. "@types/jsdom": "^16.2.14",
  43. "@types/node": "^17.0.33",
  44. "@types/prettier": "^2.6.1",
  45. "@types/request": "^2.48.8",
  46. "@types/turndown": "^5.0.1",
  47. "@typescript-eslint/eslint-plugin": "^5.23.0",
  48. "@typescript-eslint/parser": "^5.23.0",
  49. "chalk": "^4.1.2",
  50. "chokidar": "^3.5.3",
  51. "css-tree": "^2.1.0",
  52. "eslint": "^8.15.0",
  53. "eslint-config-prettier": "^8.5.0",
  54. "eslint-plugin-prettier": "^4.0.0",
  55. "fast-glob": "^3.2.11",
  56. "flow-bin": "^0.178.0",
  57. "jest": "^28.1.0",
  58. "jsdom": "^19.0.0",
  59. "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#ca60283f0d680c08ad23e3c81f89225d5b016212",
  60. "mdn-data": "git+https://github.com/mdn/data.git#7ad63b7a52b16415e9a67af700a0006300b69b7b",
  61. "prettier": "^2.6.2",
  62. "request": "^2.88.2",
  63. "ts-jest": "^28.0.2",
  64. "ts-node": "^10.7.0",
  65. "turndown": "^7.1.1",
  66. "typescript": "~4.6.4"
  67. },
  68. "files": [
  69. "index.d.ts",
  70. "index.js.flow"
  71. ],
  72. "homepage": "https://github.com/frenic/csstype#readme",
  73. "keywords": [
  74. "css",
  75. "style",
  76. "typescript",
  77. "flow",
  78. "typings",
  79. "types",
  80. "definitions"
  81. ],
  82. "license": "MIT",
  83. "main": "",
  84. "name": "csstype",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/frenic/csstype.git"
  88. },
  89. "scripts": {
  90. "build": "ts-node --files build.ts --start",
  91. "lazy": "tsc && npm run lint",
  92. "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
  93. "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
  94. "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
  95. "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
  96. "test": "jest",
  97. "test:dist": "jest dist.*.ts",
  98. "test:src": "jest src.*.ts",
  99. "update": "ts-node --files update.ts",
  100. "watch": "ts-node --files build.ts --watch"
  101. },
  102. "types": "index.d.ts",
  103. "version": "3.1.0"
  104. }