package.json 1.8 KB

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