Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ipaddr.js@1.9.0",
  3. "_id": "ipaddr.js@1.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==",
  6. "_location": "/ipaddr.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ipaddr.js@1.9.0",
  12. "name": "ipaddr.js",
  13. "escapedName": "ipaddr.js",
  14. "rawSpec": "1.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.9.0"
  17. },
  18. "_requiredBy": [
  19. "/proxy-addr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz",
  22. "_shasum": "37df74e430a0e47550fe54a2defe30d8acd95f65",
  23. "_spec": "ipaddr.js@1.9.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/proxy-addr",
  25. "author": {
  26. "name": "whitequark",
  27. "email": "whitequark@whitequark.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/whitequark/ipaddr.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  36. "devDependencies": {
  37. "coffee-script": "~1.12.6",
  38. "nodeunit": ">=0.8.2 <0.8.7",
  39. "uglify-js": "~3.0.19"
  40. },
  41. "directories": {
  42. "lib": "./lib"
  43. },
  44. "engines": {
  45. "node": ">= 0.10"
  46. },
  47. "files": [
  48. "lib/",
  49. "ipaddr.min.js"
  50. ],
  51. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  52. "keywords": [
  53. "ip",
  54. "ipv4",
  55. "ipv6"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/ipaddr.js",
  59. "name": "ipaddr.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/whitequark/ipaddr.js.git"
  63. },
  64. "scripts": {
  65. "test": "cake build test"
  66. },
  67. "types": "./lib/ipaddr.js.d.ts",
  68. "version": "1.9.0"
  69. }