Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

72 строки
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "dev-ip@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "dev-ip@1.0.1",
  9. "_id": "dev-ip@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=",
  12. "_location": "/dev-ip",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dev-ip@1.0.1",
  18. "name": "dev-ip",
  19. "escapedName": "dev-ip",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Shane Osbourne",
  32. "email": "shane.osbourne8@gmail.com"
  33. },
  34. "bin": {
  35. "dev-ip": "lib/dev-ip.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/shakyshane/dev-ip/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Find a suitable IP host to view local websites on.",
  42. "devDependencies": {
  43. "chai": "^1.10.0",
  44. "jshint": "^2.5.11",
  45. "mocha": "^2.1.0",
  46. "sinon": "^1.12.2"
  47. },
  48. "engines": {
  49. "node": ">= 0.8.0"
  50. },
  51. "homepage": "https://github.com/shakyshane/dev-ip",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT"
  57. }
  58. ],
  59. "main": "lib/dev-ip",
  60. "name": "dev-ip",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/shakyshane/dev-ip.git"
  64. },
  65. "scripts": {
  66. "lint": "jshint lib/*.js test/*.js",
  67. "test": "npm run lint && npm run unit",
  68. "unit": "mocha"
  69. },
  70. "version": "1.0.1"
  71. }