yanchengPowerSupply/node_modules/es6-promisify/package.json

76 lines
2.0 KiB
JSON

{
"_args": [
[
"es6-promisify@6.1.1",
"D:\\林谷智能项目\\yanchengPowerSupply"
]
],
"_from": "es6-promisify@6.1.1",
"_id": "es6-promisify@6.1.1",
"_inBundle": false,
"_integrity": "sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg==",
"_location": "/es6-promisify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "es6-promisify@6.1.1",
"name": "es6-promisify",
"escapedName": "es6-promisify",
"rawSpec": "6.1.1",
"saveSpec": null,
"fetchSpec": "6.1.1"
},
"_requiredBy": [
"/pem"
],
"_resolved": "https://registry.npmmirror.com/es6-promisify/-/es6-promisify-6.1.1.tgz",
"_spec": "6.1.1",
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
"author": {
"name": "Mike Hall",
"email": "mikehall314@gmail.com"
},
"bugs": {
"url": "http://github.com/digitaldesignlabs/es6-promisify/issues"
},
"description": "Converts callback-based functions to ES6 Promises",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@puntt/eslint-config": "0.0.4",
"es6-promise": "^4.2.8",
"eslint": "5.16.0",
"nyc": "^15.0.0",
"prettier": "^2.0.5",
"sinon": "^9.0.1",
"tape": "^4.13.2"
},
"files": [
"dist/promisify.js"
],
"homepage": "https://github.com/digitaldesignlabs/es6-promisify#readme",
"keywords": [
"promises",
"es6",
"promisify"
],
"license": "MIT",
"main": "dist/promisify.js",
"name": "es6-promisify",
"repository": {
"type": "git",
"url": "git+https://github.com/digitaldesignlabs/es6-promisify.git"
},
"scripts": {
"build": "babel lib -d dist",
"lint": "eslint 'lib/*.js' 'test/*.js'",
"pretest": "npm run lint && npm run build",
"prettier": "prettier --write 'lib/**/*.{js,yml}'",
"test": "tape test",
"test:coverage": "nyc npm test"
},
"version": "6.1.1"
}