TransFlow/node_modules/commist/package.json

62 lines
1.4 KiB
JSON

{
"_args": [
[
"commist@1.1.0",
"D:\\Hjm项目\\TransFlow"
]
],
"_from": "commist@1.1.0",
"_id": "commist@1.1.0",
"_inBundle": false,
"_integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==",
"_location": "/commist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "commist@1.1.0",
"name": "commist",
"escapedName": "commist",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "D:\\Hjm项目\\TransFlow",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/commist/issues"
},
"dependencies": {
"leven": "^2.1.0",
"minimist": "^1.1.0"
},
"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"
}