package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nopt@~3.0.1",
  6. "scope": null,
  7. "escapedName": "nopt",
  8. "name": "nopt",
  9. "rawSpec": "~3.0.1",
  10. "spec": ">=3.0.1 <3.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/js-beautify"
  14. ]
  15. ],
  16. "_from": "nopt@>=3.0.1 <3.1.0",
  17. "_id": "nopt@3.0.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/nopt",
  21. "_nodeVersion": "4.2.1",
  22. "_npmUser": {
  23. "name": "othiym23",
  24. "email": "ogd@aoaioxxysz.net"
  25. },
  26. "_npmVersion": "2.14.10",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "nopt@~3.0.1",
  30. "scope": null,
  31. "escapedName": "nopt",
  32. "name": "nopt",
  33. "rawSpec": "~3.0.1",
  34. "spec": ">=3.0.1 <3.1.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/js-beautify"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
  41. "_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
  42. "_shrinkwrap": null,
  43. "_spec": "nopt@~3.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/js-beautify",
  45. "author": {
  46. "name": "Isaac Z. Schlueter",
  47. "email": "i@izs.me",
  48. "url": "http://blog.izs.me/"
  49. },
  50. "bin": {
  51. "nopt": "./bin/nopt.js"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/npm/nopt/issues"
  55. },
  56. "dependencies": {
  57. "abbrev": "1"
  58. },
  59. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  60. "devDependencies": {
  61. "tap": "^1.2.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
  66. "tarball": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz"
  67. },
  68. "gitHead": "10a750c9bb99c1950160353459e733ac2aa18cb6",
  69. "homepage": "https://github.com/npm/nopt#readme",
  70. "license": "ISC",
  71. "main": "lib/nopt.js",
  72. "maintainers": [
  73. {
  74. "name": "isaacs",
  75. "email": "i@izs.me"
  76. },
  77. {
  78. "name": "othiym23",
  79. "email": "ogd@aoaioxxysz.net"
  80. },
  81. {
  82. "name": "zkat",
  83. "email": "kat@sykosomatic.org"
  84. }
  85. ],
  86. "name": "nopt",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/npm/nopt.git"
  92. },
  93. "scripts": {
  94. "test": "tap test/*.js"
  95. },
  96. "version": "3.0.6"
  97. }