Changeset 79a0317 for imaps-frontend/node_modules/argparse
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/argparse/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "argparse", 2 "_from": "argparse@^2.0.1", 3 "_id": "argparse@2.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 6 "_location": "/argparse", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "argparse@^2.0.1", 12 "name": "argparse", 13 "escapedName": "argparse", 14 "rawSpec": "^2.0.1", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.1" 17 }, 18 "_requiredBy": [ 19 "/js-yaml" 20 ], 21 "_resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 22 "_shasum": "246f50f3ca78a3240f6c997e8a9bd1eac49e4b38", 23 "_spec": "argparse@^2.0.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/js-yaml", 25 "bugs": { 26 "url": "https://github.com/nodeca/argparse/issues" 27 }, 28 "bundleDependencies": false, 29 "deprecated": false, 3 30 "description": "CLI arguments parser. Native port of python's argparse.", 4 "version": "2.0.1", 31 "devDependencies": { 32 "@babel/eslint-parser": "^7.11.0", 33 "@babel/plugin-syntax-class-properties": "^7.10.4", 34 "eslint": "^7.5.0", 35 "mocha": "^8.0.1", 36 "nyc": "^15.1.0" 37 }, 38 "files": [ 39 "argparse.js", 40 "lib/" 41 ], 42 "homepage": "https://github.com/nodeca/argparse#readme", 5 43 "keywords": [ 6 44 "cli", … … 10 48 "args" 11 49 ], 50 "license": "Python-2.0", 12 51 "main": "argparse.js", 13 "files": [ 14 "argparse.js", 15 "lib/" 16 ], 17 "license": "Python-2.0", 18 "repository": "nodeca/argparse", 52 "name": "argparse", 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/nodeca/argparse.git" 56 }, 19 57 "scripts": { 58 "coverage": "npm run test && nyc report --reporter html", 20 59 "lint": "eslint .", 21 "test": "npm run lint && nyc mocha", 22 "coverage": "npm run test && nyc report --reporter html" 60 "test": "npm run lint && nyc mocha" 23 61 }, 24 "devDependencies": { 25 "@babel/eslint-parser": "^7.11.0", 26 "@babel/plugin-syntax-class-properties": "^7.10.4", 27 "eslint": "^7.5.0", 28 "mocha": "^8.0.1", 29 "nyc": "^15.1.0" 30 } 62 "version": "2.0.1" 31 63 }
Note:
See TracChangeset
for help on using the changeset viewer.