package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "abbrev@^2.0.0",
  3. "_id": "abbrev@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
  6. "_location": "/abbrev",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "abbrev@^2.0.0",
  12. "name": "abbrev",
  13. "escapedName": "abbrev",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/nopt"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-2.0.0.tgz",
  22. "_shasum": "cf59829b8b4f03f89dda2771cb7f3653828c89bf",
  23. "_spec": "abbrev@^2.0.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\nopt",
  25. "author": {
  26. "name": "GitHub Inc."
  27. },
  28. "bugs": {
  29. "url": "https://github.com/npm/abbrev-js/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Like ruby's abbrev module, but in js",
  34. "devDependencies": {
  35. "@npmcli/eslint-config": "^4.0.0",
  36. "@npmcli/template-oss": "4.8.0",
  37. "tap": "^16.3.0"
  38. },
  39. "engines": {
  40. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  41. },
  42. "files": [
  43. "bin/",
  44. "lib/"
  45. ],
  46. "homepage": "https://github.com/npm/abbrev-js#readme",
  47. "license": "ISC",
  48. "main": "lib/index.js",
  49. "name": "abbrev",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/npm/abbrev-js.git"
  53. },
  54. "scripts": {
  55. "lint": "eslint \"**/*.js\"",
  56. "lintfix": "npm run lint -- --fix",
  57. "postlint": "template-oss-check",
  58. "posttest": "npm run lint",
  59. "snap": "tap",
  60. "template-oss-apply": "template-oss-apply --force",
  61. "test": "tap"
  62. },
  63. "tap": {
  64. "nyc-arg": [
  65. "--exclude",
  66. "tap-snapshots/**"
  67. ]
  68. },
  69. "templateOSS": {
  70. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  71. "version": "4.8.0"
  72. },
  73. "version": "2.0.0"
  74. }