You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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