package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "is-type-of@^1.0.0",
  3. "_id": "is-type-of@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uK0kyX9LZYhSDS7H2sVJQJop1UnWPWmo5RvR3q2kFH6AUHYs7sOrVg0b4nyBHw29kRRNFofYN/JbHZDlHiItTA==",
  6. "_location": "/is-type-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-type-of@^1.0.0",
  12. "name": "is-type-of",
  13. "escapedName": "is-type-of",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-type-of/-/is-type-of-1.2.1.tgz",
  22. "_shasum": "e263ec3857aceb4f28c47130ec78db09a920f8c5",
  23. "_spec": "is-type-of@^1.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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. "autod": "^2.9.0",
  42. "beautify-benchmark": "^0.2.4",
  43. "benchmark": "^2.1.4",
  44. "contributors": "*",
  45. "long": "^3.2.0",
  46. "mocha": "^3.5.0",
  47. "nyc": "^11.1.0",
  48. "semver": "^5.4.1"
  49. },
  50. "files": [
  51. "index.js"
  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. "test": "nyc mocha test/*.test.js"
  69. },
  70. "version": "1.2.1"
  71. }