| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "subarg@1.0.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "subarg@1.0.0",
- "_id": "subarg@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=",
- "_location": "/subarg",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "subarg@1.0.0",
- "name": "subarg",
- "escapedName": "subarg",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/module-deps-sortable"
- ],
- "_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/subarg/issues"
- },
- "dependencies": {
- "minimist": "^1.1.0"
- },
- "description": "parse arguments with recursive contexts",
- "devDependencies": {
- "tape": "^3.0.0"
- },
- "homepage": "https://github.com/substack/subarg",
- "keywords": [
- "argument",
- "option",
- "parser",
- "parsing",
- "flags",
- "command-line",
- "cli",
- "recursive",
- "minimist"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "subarg",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/subarg.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "testling": {
- "files": "test/*.js",
- "browsers": [
- "ie/8..latest",
- "firefox/16",
- "firefox/latest",
- "firefox/nightly",
- "chrome/22",
- "chrome/latest",
- "chrome/canary",
- "opera/12..latest",
- "opera/next",
- "safari/5.1..latest"
- ]
- },
- "version": "1.0.0"
- }
|