{"name":"promise-nodeify","version":"0.1.0","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 -c jsdoc-lint.conf.json . && echo JSDoc passed.","lint-js":"eslint . && echo ESLint passed.","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":"git-branch-is master && travis-status -b -c -qwx && depcheck && david","test":"npm run lint && npm run test-unit","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 -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":"^1.0.1","coveralls":"^2.11.6","eslint":"^2.3.0","eslint-config-airbnb":"^6.0.1","gulp":"^3.9.1","gulp-rename":"^1.2.2","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.3","gulp-umd":"^0.2.0","istanbul":"^0.4.1","jsdoc":"^3.4.0","mocha":"^2.3.4","nodecat":"^0.1.0","promise-finally":"^2.1.0","rimraf":"^2.2.0"},"engines":{"node":">=0.10","npm":">=1.3.7"},"gitHead":"6ee165372cea1ebb660557c54ba4da04e109c8d4","_id":"promise-nodeify@0.1.0","_shasum":"4a00b8237537d535240cc6665c247b47ca844970","_from":".","_npmVersion":"3.7.5","_nodeVersion":"4.3.1","_npmUser":{"name":"kevinoid","email":"kevin@kevinlocke.name"},"dist":{"shasum":"4a00b8237537d535240cc6665c247b47ca844970","size":11478,"noattachment":false,"key":"/promise-nodeify/-/promise-nodeify-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/promise-nodeify/download/promise-nodeify-0.1.0.tgz"},"maintainers":[{"name":"kevinoid","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/promise-nodeify-0.1.0.tgz_1459576935868_0.6069809279870242"},"directories":{},"publish_time":1459576936386,"_hasShrinkwrap":false,"_cnpm_publish_time":1459576936386,"_cnpmcore_publish_time":"2021-12-16T18:34:01.456Z","dist-tags":{"latest":"3.0.1"}}