package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_args": [
  3. [
  4. "is-my-ip-valid@1.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-my-ip-valid@1.0.0",
  10. "_id": "is-my-ip-valid@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==",
  13. "_location": "/is-my-ip-valid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-my-ip-valid@1.0.0",
  19. "name": "is-my-ip-valid",
  20. "escapedName": "is-my-ip-valid",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/is-my-json-valid"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "bugs": {
  32. "url": "https://github.com/LinusU/is-my-ip-valid/issues"
  33. },
  34. "description": "A small lib to validate IP addresses.",
  35. "devDependencies": {
  36. "safe-regex": "^1.1.0",
  37. "standard": "^10.0.3"
  38. },
  39. "homepage": "https://github.com/LinusU/is-my-ip-valid#readme",
  40. "license": "MIT",
  41. "name": "is-my-ip-valid",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/LinusU/is-my-ip-valid.git"
  45. },
  46. "scripts": {
  47. "test": "standard && node test"
  48. },
  49. "version": "1.0.0"
  50. }