package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "nopt@~1.0.10",
  3. "_id": "nopt@1.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
  6. "_location": "/nopt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nopt@~1.0.10",
  12. "name": "nopt",
  13. "escapedName": "nopt",
  14. "rawSpec": "~1.0.10",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.10"
  17. },
  18. "_requiredBy": [
  19. "/touch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
  22. "_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  23. "_spec": "nopt@~1.0.10",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\touch",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "nopt": "bin/nopt.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/nopt/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "abbrev": "1"
  39. },
  40. "deprecated": false,
  41. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  42. "engines": {
  43. "node": "*"
  44. },
  45. "homepage": "https://github.com/isaacs/nopt#readme",
  46. "license": {
  47. "type": "MIT",
  48. "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
  49. },
  50. "main": "lib/nopt.js",
  51. "name": "nopt",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+ssh://git@github.com/isaacs/nopt.git"
  55. },
  56. "scripts": {
  57. "test": "node lib/nopt.js"
  58. },
  59. "version": "1.0.10"
  60. }