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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "netmask@^1.0.6",
  3. "_id": "netmask@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ICl+idhvb2QA8lDZ9Pa0wZRfzTU=",
  6. "_location": "/netmask",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "netmask@^1.0.6",
  12. "name": "netmask",
  13. "escapedName": "netmask",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/pac-resolver"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz",
  22. "_shasum": "20297e89d86f6f6400f250d9f4f6b4c1945fcd35",
  23. "_spec": "netmask@^1.0.6",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\pac-resolver",
  25. "author": {
  26. "name": "Olivier Poitrey",
  27. "email": "rs@dailymotion.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rs/node-netmask/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Parse and lookup IP network blocks",
  35. "devDependencies": {
  36. "coffee-script": ">=1.2.0",
  37. "vows": "*"
  38. },
  39. "engines": {
  40. "node": ">= 0.4.0"
  41. },
  42. "homepage": "https://github.com/rs/node-netmask",
  43. "keywords": [
  44. "net",
  45. "mask",
  46. "ip",
  47. "network",
  48. "cidr",
  49. "netmask",
  50. "subnet",
  51. "ipcalc"
  52. ],
  53. "license": "MIT",
  54. "main": "./lib/netmask",
  55. "name": "netmask",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/rs/node-netmask.git"
  59. },
  60. "scripts": {
  61. "prepublish": "coffee -c lib/*.coffee",
  62. "test": "vows --spec test/*"
  63. },
  64. "version": "1.0.6"
  65. }