package.json 934 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "is-type-of",
  3. "version": "1.2.1",
  4. "description": "complete type checking for node",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "nyc mocha test/*.test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/node-modules/is-type-of.git"
  12. },
  13. "files": [
  14. "index.js"
  15. ],
  16. "keywords": [
  17. "typeof",
  18. "checker",
  19. "type",
  20. "is"
  21. ],
  22. "author": "dead_horse <dead_horse@qq.com>",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/node-modules/is-type-of/issues"
  26. },
  27. "homepage": "https://github.com/node-modules/is-type-of",
  28. "dependencies": {
  29. "core-util-is": "^1.0.2",
  30. "is-class-hotfix": "~0.0.6",
  31. "isstream": "~0.1.2"
  32. },
  33. "devDependencies": {
  34. "autod": "^2.9.0",
  35. "beautify-benchmark": "^0.2.4",
  36. "benchmark": "^2.1.4",
  37. "contributors": "*",
  38. "long": "^3.2.0",
  39. "mocha": "^3.5.0",
  40. "nyc": "^11.1.0",
  41. "semver": "^5.4.1"
  42. }
  43. }