package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "is2@2.0.9",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is2@2.0.9",
  10. "_id": "is2@2.0.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rZkHeBn9Zzq52sd9IUIV3a5mfwBY+o2HePMh0wkGBM4z4qjvy2GwVxQ6nNXSfw6MmVP6gf1QIlWjiOavhM3x5g==",
  13. "_location": "/is2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is2@2.0.9",
  19. "name": "is2",
  20. "escapedName": "is2",
  21. "rawSpec": "2.0.9",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.9"
  24. },
  25. "_requiredBy": [
  26. "/tcp-port-used"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is2/-/is2-2.0.9.tgz",
  29. "_spec": "2.0.9",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Enrico Marino",
  33. "email": "enrico.marino@email.com"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/stdarg/is/issues"
  37. },
  38. "dependencies": {
  39. "deep-is": "^0.1.3",
  40. "ip-regex": "^4.1.0",
  41. "is-url": "^1.2.4"
  42. },
  43. "description": "A type checking library where each exported function returns either true or false and does not throw. Also added tests.",
  44. "devDependencies": {
  45. "mocha": "6.2.3",
  46. "mongodb": "3.2.4"
  47. },
  48. "engines": {
  49. "node": ">=v0.10.0"
  50. },
  51. "homepage": "http://github.com/stdarg/is2",
  52. "keywords": [
  53. "type",
  54. "check",
  55. "checker",
  56. "checking",
  57. "utilities",
  58. "network",
  59. "networking",
  60. "credit",
  61. "card",
  62. "validation"
  63. ],
  64. "license": "MIT",
  65. "main": "./index.js",
  66. "maintainers": "Edmond Meinfelder <edmond@stdarg.com>, Chris Oyler <christopher.oyler@gmail.com>",
  67. "name": "is2",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/stdarg/is2.git"
  71. },
  72. "scripts": {
  73. "test": "mocha -C --reporter list tests.js"
  74. },
  75. "tags": [
  76. "type",
  77. "check",
  78. "checker",
  79. "checking",
  80. "utilities",
  81. "network",
  82. "networking",
  83. "credit",
  84. "card",
  85. "validation"
  86. ],
  87. "version": "2.0.9"
  88. }