You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.7 KiB
65 lines
1.7 KiB
{
|
|
"_from": "@gar/promisify@^1.0.1",
|
|
"_id": "@gar/promisify@1.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
|
|
"_location": "/@gar/promisify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@gar/promisify@^1.0.1",
|
|
"name": "@gar/promisify",
|
|
"escapedName": "@gar%2fpromisify",
|
|
"scope": "@gar",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@npmcli/fs"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@gar/promisify/-/promisify-1.1.3.tgz",
|
|
"_shasum": "555193ab2e3bb3b6adc3d551c9c030d9e860daf6",
|
|
"_spec": "@gar/promisify@^1.0.1",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\@npmcli\\fs",
|
|
"author": {
|
|
"name": "Gar",
|
|
"email": "gar+npm@danger.computer"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wraithgar/gar-promisify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Promisify an entire class or object",
|
|
"devDependencies": {
|
|
"@hapi/code": "^8.0.1",
|
|
"@hapi/lab": "^24.1.0",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/wraithgar/gar-promisify#readme",
|
|
"keywords": [
|
|
"promisify",
|
|
"all",
|
|
"class",
|
|
"object"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@gar/promisify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wraithgar/gar-promisify.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"lint:fix": "standard --fix",
|
|
"posttest": "npm run lint",
|
|
"test": "lab -a @hapi/code -t 100"
|
|
},
|
|
"version": "1.1.3"
|
|
}
|
|
|