package.json 1.5 KB

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