{"name":"pinkie-promise","version":"1.0.0","description":"ES6 Promise ponyfill","license":"MIT","repository":{"type":"git","url":"https://github.com/floatdrop/pinkie-promise"},"author":{"name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com","url":"github.com/floatdrop"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["promise","es6","polyfill","ponyfill"],"dependencies":{"pinkie":"^1.0.0"},"devDependencies":{"mocha":"*"},"readme":"# pinkie-promise [![Build Status](https://travis-ci.org/floatdrop/pinkie-promise.svg?branch=master)](https://travis-ci.org/floatdrop/pinkie-promise)\n\n> [ES6 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill\n>\n> Ponyfill: A polyfill that doesn't overwrite the native method\n\nModule exports global Promise object (if available) or [`pinkie`](http://github.com/floatdrop/pinkie) Promise polyfill.\n\n## Install\n\n```\n$ npm install --save pinkie-promise\n```\n\n## Usage\n\n```js\nvar Promise = require('pinkie-promise');\n\nnew Promise(function (resolve) { resolve('unicorns'); });\n//=> Promise { 'unicorns' }\n```\n\n## License\n\nMIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)\n","readmeFilename":"readme.md","bugs":{"url":"https://github.com/floatdrop/pinkie-promise/issues"},"homepage":"https://github.com/floatdrop/pinkie-promise","_id":"pinkie-promise@1.0.0","_shasum":"d1da67f5482563bb7cf57f286ae2822ecfbf3670","_from":"https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-1.0.0.tgz","_resolved":"https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-1.0.0.tgz"}