Files
APP/node_modules/commist/package.json
2025-07-05 14:49:26 +08:00

59 lines
1.5 KiB
JSON

{
"_from": "commist@^1.0.0",
"_id": "commist@1.1.0",
"_inBundle": false,
"_integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==",
"_location": "/commist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "commist@^1.0.0",
"name": "commist",
"escapedName": "commist",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz",
"_shasum": "17811ec6978f6c15ee4de80c45c9beb77cee35d5",
"_spec": "commist@^1.0.0",
"_where": "E:\\gitee\\fys\\fys\\app\\JingQuan\\node_modules\\mqtt",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/commist/issues"
},
"bundleDependencies": false,
"dependencies": {
"leven": "^2.1.0",
"minimist": "^1.1.0"
},
"deprecated": false,
"description": "Build your commands on minimist!",
"devDependencies": {
"minimist": "^1.1.0",
"pre-commit": "^1.0.0",
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"homepage": "https://github.com/mcollina/commist",
"license": "MIT",
"main": "index.js",
"name": "commist",
"pre-commit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/commist.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.1.0"
}