package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "nopt@~1.0.10",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_defaultsLoaded": true,
  9. "_engineSupported": true,
  10. "_from": "nopt@>=1.0.10 <1.1.0",
  11. "_id": "nopt@1.0.10",
  12. "_inCache": true,
  13. "_location": "/nopt",
  14. "_nodeVersion": "v0.5.9-pre",
  15. "_npmUser": {
  16. "email": "i@izs.me",
  17. "name": "isaacs"
  18. },
  19. "_npmVersion": "1.0.93",
  20. "_phantomChildren": {},
  21. "_requested": {
  22. "name": "nopt",
  23. "raw": "nopt@~1.0.10",
  24. "rawSpec": "~1.0.10",
  25. "scope": null,
  26. "spec": ">=1.0.10 <1.1.0",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "/grunt"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
  33. "_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  34. "_shrinkwrap": null,
  35. "_spec": "nopt@~1.0.10",
  36. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  37. "author": {
  38. "email": "i@izs.me",
  39. "name": "Isaac Z. Schlueter",
  40. "url": "http://blog.izs.me/"
  41. },
  42. "bin": {
  43. "nopt": "./bin/nopt.js"
  44. },
  45. "dependencies": {
  46. "abbrev": "1"
  47. },
  48. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  49. "devDependencies": {},
  50. "directories": {},
  51. "dist": {
  52. "shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  53. "tarball": "http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
  54. },
  55. "engines": {
  56. "node": "*"
  57. },
  58. "installable": true,
  59. "license": {
  60. "type": "MIT",
  61. "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
  62. },
  63. "main": "lib/nopt.js",
  64. "maintainers": [
  65. {
  66. "name": "isaacs",
  67. "email": "i@izs.me"
  68. }
  69. ],
  70. "name": "nopt",
  71. "optionalDependencies": {},
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/isaacs/nopt.git"
  75. },
  76. "scripts": {
  77. "test": "node lib/nopt.js"
  78. },
  79. "version": "1.0.10"
  80. }