package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "is-type-of@^1.4.0",
  3. "_id": "is-type-of@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
  6. "_location": "/is-type-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-type-of@^1.4.0",
  12. "name": "is-type-of",
  13. "escapedName": "is-type-of",
  14. "rawSpec": "^1.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-type-of/-/is-type-of-1.4.0.tgz",
  22. "_shasum": "3ed175a0eee888b1da4983332e7714feb8a8fb2b",
  23. "_spec": "is-type-of@^1.4.0",
  24. "_where": "F:\\HBuilderProjects\\test\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "dead_horse",
  27. "email": "dead_horse@qq.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/node-modules/is-type-of/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "core-util-is": "^1.0.2",
  35. "is-class-hotfix": "~0.0.6",
  36. "isstream": "~0.1.2"
  37. },
  38. "deprecated": false,
  39. "description": "complete type checking for node",
  40. "devDependencies": {
  41. "@types/node": "^18.16.3",
  42. "beautify-benchmark": "^0.2.4",
  43. "benchmark": "^2.1.4",
  44. "egg-bin": "^6.4.0",
  45. "long": "^3.2.0",
  46. "semver": "^5.4.1",
  47. "tsd": "^0.28.1"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/node-modules/is-type-of",
  54. "keywords": [
  55. "typeof",
  56. "checker",
  57. "type",
  58. "is"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "is-type-of",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/node-modules/is-type-of.git"
  66. },
  67. "scripts": {
  68. "ci": "tsd && egg-bin cov",
  69. "lint": "echo 'ignore'",
  70. "test": "tsd && egg-bin test"
  71. },
  72. "version": "1.4.0"
  73. }