package.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "csstype@^3.0.3",
  3. "_id": "csstype@3.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0iZqeScp+yJ80hb7Vy9Dco4a00A=",
  6. "_location": "/csstype",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "csstype@^3.0.3",
  12. "name": "csstype",
  13. "escapedName": "csstype",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@icon-park/vue"
  20. ],
  21. "_resolved": "https://registry.nlark.com/csstype/download/csstype-3.0.8.tgz",
  22. "_shasum": "d2266a792729fb227cd216fb572f43728e1ad340",
  23. "_spec": "csstype@^3.0.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\agent\\node_modules\\@icon-park\\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. "@types/chokidar": "^2.1.3",
  37. "@types/jest": "^26.0.20",
  38. "@types/jsdom": "^16.2.6",
  39. "@types/node": "^14.14.31",
  40. "@types/prettier": "^2.2.1",
  41. "@types/request": "^2.48.5",
  42. "@types/turndown": "^5.0.0",
  43. "chalk": "^4.1.0",
  44. "chokidar": "^3.5.1",
  45. "fast-glob": "^3.2.5",
  46. "flow-bin": "^0.145.0",
  47. "jest": "^26.6.3",
  48. "jsdom": "^16.4.0",
  49. "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#60214baa97657c798dd7eac44b7bc73af4968033",
  50. "mdn-data": "git+https://github.com/mdn/data.git#7f622300bb7e285a2cbce7db6f8ecd8f964a18eb",
  51. "prettier": "^2.2.1",
  52. "request": "^2.88.2",
  53. "ts-jest": "^26.5.2",
  54. "ts-node": "^9.1.1",
  55. "tslint": "^6.1.3",
  56. "tslint-config-prettier": "^1.18.0",
  57. "turndown": "^7.0.0",
  58. "typescript": "~4.2.2",
  59. "yarn": "^1.22.10"
  60. },
  61. "files": [
  62. "index.d.ts",
  63. "index.js.flow"
  64. ],
  65. "homepage": "https://github.com/frenic/csstype#readme",
  66. "keywords": [
  67. "css",
  68. "style",
  69. "typescript",
  70. "flow",
  71. "typings",
  72. "types",
  73. "definitions"
  74. ],
  75. "license": "MIT",
  76. "main": "",
  77. "name": "csstype",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/frenic/csstype.git"
  81. },
  82. "scripts": {
  83. "build": "ts-node --files build.ts --start",
  84. "lazy": "tsc && npm run lint && npm run pretty",
  85. "lint": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts",
  86. "prepublish": "yarn install --cwd __tests__ && yarn install --cwd __tests__/__fixtures__",
  87. "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
  88. "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
  89. "test": "jest",
  90. "test:dist": "jest dist.*.ts",
  91. "test:src": "jest src.*.ts",
  92. "update": "ts-node --files update.ts",
  93. "watch": "ts-node --files build.ts --watch"
  94. },
  95. "types": "index.d.ts",
  96. "version": "3.0.8"
  97. }