package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "is-what@^3.12.0",
  3. "_id": "is-what@3.14.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=",
  6. "_location": "/is-what",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-what@^3.12.0",
  12. "name": "is-what",
  13. "escapedName": "is-what",
  14. "rawSpec": "^3.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.12.0"
  17. },
  18. "_requiredBy": [
  19. "/copy-anything"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/is-what/download/is-what-3.14.1.tgz?cache=0&sync_timestamp=1615169735707&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-what%2Fdownload%2Fis-what-3.14.1.tgz",
  22. "_shasum": "e1222f46ddda85dead0fd1c9df131760e77755c1",
  23. "_spec": "is-what@^3.12.0",
  24. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\copy-anything",
  25. "author": {
  26. "name": "Luca Ban - Mesqueeb"
  27. },
  28. "ava": {
  29. "extensions": [
  30. "ts"
  31. ],
  32. "require": [
  33. "tsconfig-paths/register",
  34. "ts-node/register"
  35. ]
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mesqueeb/is-what/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
  43. "devDependencies": {
  44. "@babel/core": "^7.12.17",
  45. "@types/babel-core": "^6.25.6",
  46. "@types/jest": "^26.0.20",
  47. "@typescript-eslint/eslint-plugin": "^4.15.1",
  48. "@typescript-eslint/parser": "^4.15.1",
  49. "ava": "^3.15.0",
  50. "babel-core": "^7.0.0-bridge.0",
  51. "babel-jest": "^26.6.3",
  52. "babel-preset-env": "^1.7.0",
  53. "eslint": "^7.20.0",
  54. "eslint-config-prettier": "^7.2.0",
  55. "eslint-plugin-tree-shaking": "^1.8.0",
  56. "jest": "^26.6.3",
  57. "np": "^7.4.0",
  58. "prettier": "^2.2.1",
  59. "regenerator-runtime": "^0.13.7",
  60. "rimraf": "^3.0.2",
  61. "rollup": "^2.39.0",
  62. "rollup-plugin-typescript2": "^0.30.0",
  63. "ts-node": "^9.1.1",
  64. "tsconfig-paths": "^3.9.0",
  65. "typescript": "^4.1.5"
  66. },
  67. "homepage": "https://github.com/mesqueeb/is-what#readme",
  68. "keywords": [
  69. "javascript",
  70. "typescript",
  71. "typechecker",
  72. "check-type",
  73. "javascript-type",
  74. "primitive-types",
  75. "plain-object",
  76. "plain-objects",
  77. "class-instance",
  78. "class-identifier",
  79. "type-checking",
  80. "type-checker",
  81. "type-check",
  82. "define-type",
  83. "get-type",
  84. "what-type",
  85. "is-object",
  86. "is-plain-obj",
  87. "is-plain-object"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/index.cjs.js",
  91. "module": "dist/index.esm.js",
  92. "name": "is-what",
  93. "np": {
  94. "yarn": false,
  95. "branch": "production"
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/mesqueeb/is-what.git"
  100. },
  101. "scripts": {
  102. "build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test && npm run jest",
  103. "jest": "jest",
  104. "jest-w": "jest --watchAll",
  105. "lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx",
  106. "release": "npm run build && np",
  107. "rollup": "rollup -c ./build.js",
  108. "test": "ava"
  109. },
  110. "sideEffects": false,
  111. "typings": "types/index.d.ts",
  112. "version": "3.14.1"
  113. }