package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "type-check@0.3.2",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "type-check@0.3.2",
  10. "_id": "type-check@0.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
  13. "_location": "/type-check",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "type-check@0.3.2",
  19. "name": "type-check",
  20. "escapedName": "type-check",
  21. "rawSpec": "0.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.2"
  24. },
  25. "_requiredBy": [
  26. "/levn",
  27. "/optionator"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  30. "_spec": "0.3.2",
  31. "_where": "D:\\代码\\单商户\\admin",
  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.1.2"
  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": "~12.0.1",
  45. "istanbul": "~0.4.1",
  46. "livescript": "~1.4.0",
  47. "mocha": "~2.3.4"
  48. },
  49. "engines": {
  50. "node": ">= 0.8.0"
  51. },
  52. "files": [
  53. "lib",
  54. "README.md",
  55. "LICENSE"
  56. ],
  57. "homepage": "https://github.com/gkz/type-check",
  58. "keywords": [
  59. "type",
  60. "check",
  61. "checking",
  62. "library"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/",
  66. "name": "type-check",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/gkz/type-check.git"
  70. },
  71. "scripts": {
  72. "test": "make test"
  73. },
  74. "version": "0.3.2"
  75. }