package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "subarg@^1.0.0",
  3. "_id": "subarg@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=",
  6. "_location": "/subarg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "subarg@^1.0.0",
  12. "name": "subarg",
  13. "escapedName": "subarg",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify",
  20. "/deps-sort",
  21. "/module-deps"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
  24. "_shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
  25. "_spec": "subarg@^1.0.0",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  27. "author": {
  28. "name": "James Halliday",
  29. "email": "mail@substack.net",
  30. "url": "http://substack.net"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/substack/subarg/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "minimist": "^1.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "parse arguments with recursive contexts",
  41. "devDependencies": {
  42. "tape": "^3.0.0"
  43. },
  44. "homepage": "https://github.com/substack/subarg",
  45. "keywords": [
  46. "argument",
  47. "option",
  48. "parser",
  49. "parsing",
  50. "flags",
  51. "command-line",
  52. "cli",
  53. "recursive",
  54. "minimist"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "subarg",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/substack/subarg.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "testling": {
  67. "files": "test/*.js",
  68. "browsers": [
  69. "ie/8..latest",
  70. "firefox/16",
  71. "firefox/latest",
  72. "firefox/nightly",
  73. "chrome/22",
  74. "chrome/latest",
  75. "chrome/canary",
  76. "opera/12..latest",
  77. "opera/next",
  78. "safari/5.1..latest"
  79. ]
  80. },
  81. "version": "1.0.0"
  82. }