package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@pkgjs/parseargs@^0.11.0",
  3. "_id": "@pkgjs/parseargs@0.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  6. "_location": "/@pkgjs/parseargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@pkgjs/parseargs@^0.11.0",
  12. "name": "@pkgjs/parseargs",
  13. "escapedName": "@pkgjs%2fparseargs",
  14. "scope": "@pkgjs",
  15. "rawSpec": "^0.11.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.11.0"
  18. },
  19. "_requiredBy": [
  20. "/jackspeak"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  23. "_shasum": "a77ea742fab25775145434eb1d2328cf5013ac33",
  24. "_spec": "@pkgjs/parseargs@^0.11.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jackspeak",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/pkgjs/parseargs/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "Polyfill of future proposal for `util.parseArgs()`",
  33. "devDependencies": {
  34. "c8": "^7.10.0",
  35. "eslint": "^8.2.0",
  36. "eslint-plugin-node-core": "github:iansu/eslint-plugin-node-core",
  37. "tape": "^5.2.2"
  38. },
  39. "engines": {
  40. "node": ">=14"
  41. },
  42. "exports": {
  43. ".": "./index.js",
  44. "./package.json": "./package.json"
  45. },
  46. "homepage": "https://github.com/pkgjs/parseargs#readme",
  47. "keywords": [],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "@pkgjs/parseargs",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/pkgjs/parseargs.git"
  54. },
  55. "scripts": {
  56. "coverage": "c8 --check-coverage tape 'test/*.js'",
  57. "fix": "npm run posttest -- --fix",
  58. "posttest": "eslint .",
  59. "test": "c8 tape 'test/*.js'"
  60. },
  61. "version": "0.11.0"
  62. }