{"name":"promise-nodeify","version":"1.0.1","description":"Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.","keywords":["callback","nodeify","promise"],"license":"MIT","homepage":"https://github.com/kevinoid/promise-nodeify","bugs":{"url":"https://github.com/kevinoid/promise-nodeify/issues"},"author":{"name":"Kevin Locke","email":"kevin@kevinlocke.name"},"repository":{"type":"git","url":"git+https://github.com/kevinoid/promise-nodeify.git"},"main":"index.js","//":"All scripts should run in POSIX sh and Windows cmd.exe","scripts":{"benchmark":"cd benchmark && npm install && node index.js","build":"rimraf dist && gulp","clean":"rimraf coverage && rimraf doc","doc":"npm run doc-js && npm run doc-spec","doc-js":"rimraf doc/api && jsdoc -c jsdoc.conf.json .","doc-spec":"rimraf doc/spec && mkdir doc/spec && mocha --reporter doc --recursive test | nodecat doc-src/spec/header.xhtml - doc-src/spec/footer.xhtml > doc/spec/index.xhtml","lint":"npm run lint-js && npm run lint-doc","lint-doc":"jsdoc -t templates/silent -c jsdoc-lint.conf.json . && echo JSDoc passed.","lint-js":"node-version-gte-4 && eslint . && echo ESLint passed. || node-version-lt-4","postpublish":"git -C doc push && git push --follow-tags origin master gh-pages && echo Remember to update GitHub Releases from CHANGELOG.md && echo until skywinder/github-changelog-generator#56 is fixed.","postversion":"rimraf doc && git clone -b gh-pages -l -q . doc && npm run doc && git -C doc add . && git -C doc commit -n -m \"Docs for v$npm_package_version\"","preversion":"depcheck --ignores eslint-plugin-import --ignore-dirs doc && david -i gulp-sourcemaps,promise-finally && git-branch-is master && travis-status -b master -c -wx && appveyor-status -b master -c -w -p kevinoid/promise-nodeify && istanbul check-coverage --statements 95 coverage/coverage.json","test":"npm run lint && npm run test-unit","test-ci":"npm run test && npm run build","test-ci-cov":"npm run test-cov && npm run build","test-cov":"npm run lint && npm run test-unit-cov","test-unit":"mocha --recursive test","test-unit-cov":"istanbul cover -x test-lib/** _mocha -- --recursive test","upload-cov":"codecov < ./coverage/lcov.info && coveralls < ./coverage/lcov.info","version":"npm run build && git add dist && git commit --allow-empty -n -m \"Distributable files for v$npm_package_version\" && github_changelog_generator -t \"$npm_config_gcg_github_token\" --future-release \"$npm_package_version\" && echo && echo === Please edit CHANGELOG.md as desired, then exit === && echo && $npm_config_shell && git commit -m \"Update CHANGELOG.md for $npm_package_version\" CHANGELOG.md","version-deps":"npm install david depcheck git-branch-is travis-status"},"dependencies":{},"devDependencies":{"bluebird":">=1.0.0","codecov":"^2.0.1","coveralls":"^2.11.6","eslint":"^3.0.0","eslint-config-airbnb-base":"^11.0.0","eslint-plugin-import":"^2.2.0","gulp":"^3.9.1","gulp-rename":"^1.2.2","gulp-sourcemaps":"^2.5.0","gulp-uglify":"^3.0.0","gulp-umd":"^0.2.0","istanbul":"^0.4.1","jsdoc":"^3.4.1","mocha":"^3.2.0","node-version-check":"^2.1.1","nodecat":"^1.0.0","promise-finally":"^2.1.0","pump":"^1.0.2","rimraf":"^2.2.0"},"engines":{"node":">=0.10","npm":">=1.3.7"},"gitHead":"66695c4be1e36568936b4561649cf4335f9cbe54","_id":"promise-nodeify@1.0.1","_shasum":"05e78cce162f93021dd285c66dadc38adaaae38c","_from":".","_npmVersion":"4.1.1","_nodeVersion":"6.10.2","_npmUser":{"name":"kevinoid","email":"kevin@kevinlocke.name"},"dist":{"shasum":"05e78cce162f93021dd285c66dadc38adaaae38c","size":9918,"noattachment":false,"key":"/promise-nodeify/-/promise-nodeify-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/promise-nodeify/download/promise-nodeify-1.0.1.tgz"},"maintainers":[{"name":"kevinoid","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/promise-nodeify-1.0.1.tgz_1495333335049_0.9786366906482726"},"directories":{},"publish_time":1495333335367,"_hasShrinkwrap":false,"_cnpm_publish_time":1495333335367,"_cnpmcore_publish_time":"2021-12-16T18:34:01.025Z","dist-tags":{"latest":"3.0.1"}}