package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "nopt@3.0.6",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nopt@3.0.6",
  10. "_id": "nopt@3.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
  13. "_location": "/nopt",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nopt@3.0.6",
  19. "name": "nopt",
  20. "escapedName": "nopt",
  21. "rawSpec": "3.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.6"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
  29. "_spec": "3.0.6",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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/npm/nopt/issues"
  41. },
  42. "dependencies": {
  43. "abbrev": "1"
  44. },
  45. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  46. "devDependencies": {
  47. "tap": "^1.2.0"
  48. },
  49. "homepage": "https://github.com/npm/nopt#readme",
  50. "license": "ISC",
  51. "main": "lib/nopt.js",
  52. "name": "nopt",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/npm/nopt.git"
  56. },
  57. "scripts": {
  58. "test": "tap test/*.js"
  59. },
  60. "version": "3.0.6"
  61. }