package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "csstype@^2.6.8",
  3. "_id": "csstype@2.6.20",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==",
  6. "_location": "/csstype",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "csstype@^2.6.8",
  12. "name": "csstype",
  13. "escapedName": "csstype",
  14. "rawSpec": "^2.6.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.8"
  17. },
  18. "_requiredBy": [
  19. "/@vue/runtime-dom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.20.tgz",
  22. "_shasum": "9229c65ea0b260cf4d3d997cb06288e36a8d6dda",
  23. "_spec": "csstype@^2.6.8",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/@vue/runtime-dom",
  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": "^24.0.21",
  38. "@types/jsdom": "^12.2.4",
  39. "@types/node": "^12.12.3",
  40. "@types/prettier": "^1.18.3",
  41. "chalk": "^2.4.2",
  42. "chokidar": "^3.2.3",
  43. "fast-glob": "^3.1.0",
  44. "flow-bin": "^0.110.1",
  45. "jest": "^24.9.0",
  46. "jsdom": "^15.2.0",
  47. "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#92bf4cb8c5594edb314995e53a9cde79d5fb1b1e",
  48. "mdn-data": "git+https://github.com/mdn/data.git#cad93443ab28ee08b1ba490b13cf45eafd1f008d",
  49. "prettier": "^1.18.2",
  50. "sync-request": "^6.1.0",
  51. "ts-node": "^8.4.1",
  52. "tslint": "^5.20.0",
  53. "tslint-config-prettier": "^1.18.0",
  54. "turndown": "^5.0.3",
  55. "typescript": "~3.6.4"
  56. },
  57. "files": [
  58. "index.d.ts",
  59. "index.js.flow"
  60. ],
  61. "homepage": "https://github.com/frenic/csstype#readme",
  62. "keywords": [
  63. "css",
  64. "style",
  65. "typescript",
  66. "flow",
  67. "typings",
  68. "types",
  69. "definitions"
  70. ],
  71. "license": "MIT",
  72. "main": "",
  73. "name": "csstype",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/frenic/csstype.git"
  77. },
  78. "scripts": {
  79. "build": "ts-node --files build.ts --start",
  80. "lazy": "tsc && npm run lint && npm run pretty",
  81. "lint": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts",
  82. "prepublish": "tsc && npm run test && npm run build && npm run typecheck",
  83. "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
  84. "rebase-build": "git rebase --exec \"yarn --ignore-scripts && yarn build && git commit -a --amend --no-verify --no-edit --allow-empty\"",
  85. "test": "jest --no-cache",
  86. "typecheck": "tsc typecheck.ts --noEmit --pretty & flow check typecheck.js",
  87. "update": "ts-node --files update.ts",
  88. "watch": "ts-node --files build.ts --watch"
  89. },
  90. "types": "index.d.ts",
  91. "version": "2.6.20"
  92. }