package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "ip@1.1.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/socks",
  28. "/webpack-dev-server"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  31. "_spec": "1.1.5",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Fedor Indutny",
  35. "email": "fedor@indutny.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/indutny/node-ip/issues"
  39. },
  40. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  41. "devDependencies": {
  42. "jscs": "^2.1.1",
  43. "jshint": "^2.8.0",
  44. "mocha": "~1.3.2"
  45. },
  46. "homepage": "https://github.com/indutny/node-ip",
  47. "license": "MIT",
  48. "main": "lib/ip",
  49. "name": "ip",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  53. },
  54. "scripts": {
  55. "fix": "jscs lib/*.js test/*.js --fix",
  56. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
  57. },
  58. "version": "1.1.5"
  59. }