package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "csstype@3.1.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "csstype@3.1.2",
  9. "_id": "csstype@3.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
  12. "_location": "/csstype",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "csstype@3.1.2",
  18. "name": "csstype",
  19. "escapedName": "csstype",
  20. "rawSpec": "3.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.2"
  23. },
  24. "_requiredBy": [
  25. "/vue"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.2.tgz",
  28. "_spec": "3.1.2",
  29. "_where": "/Users/mac/projects/mime/mine",
  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": "^2.3.1",
  41. "@types/jest": "^29.5.0",
  42. "@types/jsdom": "^21.1.1",
  43. "@types/node": "^16.18.23",
  44. "@types/prettier": "^2.7.2",
  45. "@types/request": "^2.48.8",
  46. "@types/turndown": "^5.0.1",
  47. "@typescript-eslint/eslint-plugin": "^5.57.0",
  48. "@typescript-eslint/parser": "^5.57.0",
  49. "chalk": "^4.1.2",
  50. "chokidar": "^3.5.3",
  51. "css-tree": "^2.3.1",
  52. "eslint": "^8.37.0",
  53. "eslint-config-prettier": "^8.8.0",
  54. "eslint-plugin-prettier": "^4.2.1",
  55. "fast-glob": "^3.2.12",
  56. "flow-bin": "^0.203.1",
  57. "jest": "^29.5.0",
  58. "jsdom": "^21.1.1",
  59. "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#22e0f5f1707f29f0c646ea89f5ba5ea7734fa48a",
  60. "mdn-data": "git+https://github.com/mdn/data.git#d0e0fce2abd53e5c918a2f6a38e8c4607027768a",
  61. "prettier": "^2.8.7",
  62. "request": "^2.88.2",
  63. "ts-jest": "^29.0.5",
  64. "ts-node": "^10.9.1",
  65. "turndown": "^7.1.2",
  66. "typescript": "~5.0.3"
  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 --runInBand",
  97. "test:dist": "jest dist.*.ts --runInBand",
  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.2"
  104. }