package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "nopt@4.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nopt@4.0.1",
  10. "_id": "nopt@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=",
  13. "_location": "/nopt",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nopt@4.0.1",
  19. "name": "nopt",
  20. "escapedName": "nopt",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/js-beautify"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/nopt/download/nopt-4.0.1.tgz",
  29. "_spec": "4.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "osenv": "^0.1.4"
  45. },
  46. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  47. "devDependencies": {
  48. "tap": "^8.0.1"
  49. },
  50. "homepage": "https://github.com/npm/nopt#readme",
  51. "license": "ISC",
  52. "main": "lib/nopt.js",
  53. "name": "nopt",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/npm/nopt.git"
  57. },
  58. "scripts": {
  59. "test": "tap test/*.js"
  60. },
  61. "version": "4.0.1"
  62. }