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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "ip@^1.1.5",
  3. "_id": "ip@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
  6. "_location": "/ip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ip@^1.1.5",
  12. "name": "ip",
  13. "escapedName": "ip",
  14. "rawSpec": "^1.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.5"
  17. },
  18. "_requiredBy": [
  19. "/pac-resolver",
  20. "/socks"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  23. "_shasum": "bdded70114290828c0a039e72ef25f5aaec4354a",
  24. "_spec": "ip@^1.1.5",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\pac-resolver",
  26. "author": {
  27. "name": "Fedor Indutny",
  28. "email": "fedor@indutny.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/indutny/node-ip/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  36. "devDependencies": {
  37. "jscs": "^2.1.1",
  38. "jshint": "^2.8.0",
  39. "mocha": "~1.3.2"
  40. },
  41. "homepage": "https://github.com/indutny/node-ip",
  42. "license": "MIT",
  43. "main": "lib/ip",
  44. "name": "ip",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  48. },
  49. "scripts": {
  50. "fix": "jscs lib/*.js test/*.js --fix",
  51. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
  52. },
  53. "version": "1.1.5"
  54. }