lml-main
Version:
This is now a mono repository published into many standalone packages.
67 lines (66 loc) • 1.62 kB
JSON
{
"_args": [
[
"any-promise@0.1.0",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "any-promise@0.1.0",
"_id": "any-promise@0.1.0",
"_inBundle": false,
"_integrity": "sha1-gwtoCqflbzNFHUsEnzvYBESY7ic=",
"_location": "/any-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "any-promise@0.1.0",
"name": "any-promise",
"escapedName": "any-promise",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/promise-each"
],
"_resolved": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Kevin Beaty"
},
"browser": "any-promise-shim.js",
"bugs": {
"url": "https://github.com/kevinbeaty/any-promise/issues"
},
"dependencies": {},
"description": "Resolve any installed ES6 compatible promise",
"devDependencies": {
"bluebird": "~2.5.3",
"es6-promise": "~2.0.1",
"mocha": "~2.1.0",
"native-promise-only": "~0.7.6-a",
"promise": "~6.0.1",
"promises-aplus-tests": "~2.1.0",
"q": "~1.1.2",
"rsvp": "~3.0.16",
"when": "~3.6.4"
},
"homepage": "http://github.com/kevinbeaty/any-promise",
"keywords": [
"promise",
"es6"
],
"license": "MIT",
"main": "any-promise.js",
"name": "any-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinbeaty/any-promise.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.0"
}