package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "check-types@8.0.3",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "check-types@8.0.3",
  10. "_id": "check-types@8.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==",
  13. "_location": "/check-types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "check-types@8.0.3",
  19. "name": "check-types",
  20. "escapedName": "check-types",
  21. "rawSpec": "8.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "8.0.3"
  24. },
  25. "_requiredBy": [
  26. "/bfj"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/check-types/-/check-types-8.0.3.tgz",
  29. "_spec": "8.0.3",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "Phil Booth",
  33. "email": "pmbooth@gmail.com",
  34. "url": "https://philbooth.me/"
  35. },
  36. "bugs": {
  37. "url": "https://gitlab.com/philbooth/check-types.js/issues"
  38. },
  39. "description": "A little library for asserting types and values.",
  40. "devDependencies": {
  41. "chai": "4.2.x",
  42. "jshint": "^2.9.7",
  43. "mocha": "5.2.x",
  44. "please-release-me": "^2.1.2",
  45. "uglify-js": "3.4.x"
  46. },
  47. "files": [
  48. "COPYING",
  49. "HISTORY.md",
  50. "src"
  51. ],
  52. "homepage": "https://gitlab.com/philbooth/check-types.js",
  53. "keywords": [
  54. "type",
  55. "types",
  56. "type-check",
  57. "type-checking",
  58. "duck-typing",
  59. "arguments",
  60. "parameters",
  61. "values",
  62. "data",
  63. "contract",
  64. "assert",
  65. "check",
  66. "verify",
  67. "safe",
  68. "safety"
  69. ],
  70. "license": "MIT",
  71. "main": "./src/check-types",
  72. "name": "check-types",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://gitlab.com/philbooth/check-types.js.git"
  76. },
  77. "scripts": {
  78. "lint": "jshint ./src/check-types.js",
  79. "minify": "uglifyjs ./src/check-types.js --compress --mangle --output ./src/check-types.min.js",
  80. "test": "mocha --ui tdd --reporter spec --colors ./test/check-types.js"
  81. },
  82. "version": "8.0.3"
  83. }