No Description

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "nopt@^4.0.1",
  3. "_id": "nopt@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
  6. "_location": "/nopt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nopt@^4.0.1",
  12. "name": "nopt",
  13. "escapedName": "nopt",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
  22. "_shasum": "a375cad9d02fd921278d954c2254d5aa57e15e48",
  23. "_spec": "nopt@^4.0.1",
  24. "_where": "/Users/alexmanuel/MyApp/node_modules/cordova-browser",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "nopt": "bin/nopt.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/nopt/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "abbrev": "1",
  39. "osenv": "^0.1.4"
  40. },
  41. "deprecated": false,
  42. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  43. "devDependencies": {
  44. "tap": "^14.10.6"
  45. },
  46. "files": [
  47. "bin",
  48. "lib"
  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. "postversion": "npm publish",
  60. "prepublishOnly": "git push origin --follow-tags",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js"
  63. },
  64. "version": "4.0.3"
  65. }