package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "type-check@~0.4.0",
  3. "_id": "type-check@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6. "_location": "/type-check",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "type-check@~0.4.0",
  12. "name": "type-check",
  13. "escapedName": "type-check",
  14. "rawSpec": "~0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/levn",
  20. "/optionator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  23. "_shasum": "07b8203bfa7056c0657050e3ccd2c37730bab8f1",
  24. "_spec": "type-check@~0.4.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\levn",
  26. "author": {
  27. "name": "George Zahariev",
  28. "email": "z@georgezahariev.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gkz/type-check/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "prelude-ls": "^1.2.1"
  36. },
  37. "deprecated": false,
  38. "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
  39. "devDependencies": {
  40. "browserify": "^16.5.1",
  41. "livescript": "^1.6.0",
  42. "mocha": "^7.1.1"
  43. },
  44. "engines": {
  45. "node": ">= 0.8.0"
  46. },
  47. "files": [
  48. "lib",
  49. "README.md",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/gkz/type-check",
  53. "keywords": [
  54. "type",
  55. "check",
  56. "checking",
  57. "library"
  58. ],
  59. "license": "MIT",
  60. "main": "./lib/",
  61. "name": "type-check",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/gkz/type-check.git"
  65. },
  66. "scripts": {
  67. "test": "make test"
  68. },
  69. "version": "0.4.0"
  70. }