package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "ip@1.1.5",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ip@1.1.5",
  10. "_id": "ip@1.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
  13. "_location": "/ip",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ip@1.1.5",
  19. "name": "ip",
  20. "escapedName": "ip",
  21. "rawSpec": "1.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.5"
  24. },
  25. "_requiredBy": [
  26. "/dns-packet",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  30. "_spec": "1.1.5",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/indutny/node-ip/issues"
  38. },
  39. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  40. "devDependencies": {
  41. "jscs": "^2.1.1",
  42. "jshint": "^2.8.0",
  43. "mocha": "~1.3.2"
  44. },
  45. "homepage": "https://github.com/indutny/node-ip",
  46. "license": "MIT",
  47. "main": "lib/ip",
  48. "name": "ip",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  52. },
  53. "scripts": {
  54. "fix": "jscs lib/*.js test/*.js --fix",
  55. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
  56. },
  57. "version": "1.1.5"
  58. }