package.json 1.7 KB

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