package.json 695 B

123456789101112131415161718192021222324
  1. {
  2. "name": "ip",
  3. "version": "1.1.5",
  4. "author": "Fedor Indutny <fedor@indutny.com>",
  5. "homepage": "https://github.com/indutny/node-ip",
  6. "repository": {
  7. "type": "git",
  8. "url": "http://github.com/indutny/node-ip.git"
  9. },
  10. "main": "lib/ip",
  11. "devDependencies": {
  12. "jscs": "^2.1.1",
  13. "jshint": "^2.8.0",
  14. "mocha": "~1.3.2"
  15. },
  16. "scripts": {
  17. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js",
  18. "fix": "jscs lib/*.js test/*.js --fix"
  19. },
  20. "license": "MIT",
  21. "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)",
  22. "_from": "ip@1.1.5",
  23. "_resolved": "https://registry.npm.taobao.org/ip/download/ip-1.1.5.tgz"
  24. }