| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "abbrev@^2.0.0",
- "_id": "abbrev@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
- "_location": "/abbrev",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "abbrev@^2.0.0",
- "name": "abbrev",
- "escapedName": "abbrev",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/nopt"
- ],
- "_resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-2.0.0.tgz",
- "_shasum": "cf59829b8b4f03f89dda2771cb7f3653828c89bf",
- "_spec": "abbrev@^2.0.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\nopt",
- "author": {
- "name": "GitHub Inc."
- },
- "bugs": {
- "url": "https://github.com/npm/abbrev-js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Like ruby's abbrev module, but in js",
- "devDependencies": {
- "@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.8.0",
- "tap": "^16.3.0"
- },
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- },
- "files": [
- "bin/",
- "lib/"
- ],
- "homepage": "https://github.com/npm/abbrev-js#readme",
- "license": "ISC",
- "main": "lib/index.js",
- "name": "abbrev",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/abbrev-js.git"
- },
- "scripts": {
- "lint": "eslint \"**/*.js\"",
- "lintfix": "npm run lint -- --fix",
- "postlint": "template-oss-check",
- "posttest": "npm run lint",
- "snap": "tap",
- "template-oss-apply": "template-oss-apply --force",
- "test": "tap"
- },
- "tap": {
- "nyc-arg": [
- "--exclude",
- "tap-snapshots/**"
- ]
- },
- "templateOSS": {
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.8.0"
- },
- "version": "2.0.0"
- }
|