cordova-plugin-mfp
Version:
IBM MobileFirst Platform Foundation Cordova Plugin
72 lines (71 loc) • 2.06 kB
JSON
{
"_from": "promiz@1.0.5",
"_id": "promiz@1.0.5",
"_inBundle": false,
"_integrity": "sha512-Rprmx77rR0E8T5WUlJM9ld4yiYINiJaqvXHppGxeRunxDGtPf5Z/2afa690qKF5QeSKy/Zt3G4kyCl08xQEGOQ==",
"_location": "/promiz",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "promiz@1.0.5",
"name": "promiz",
"escapedName": "promiz",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/"
],
"_resolved": "http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/promiz/-/promiz-1.0.5.tgz",
"_shasum": "f26fdb298756589782f6509a6b1eb54a7038d335",
"_spec": "promiz@1.0.5",
"_where": "/root/workspace/mfp-cordova-plugins-build-and-deploy/target/cordova-runtime/plugins/cordova-plugin-mfp",
"author": {
"name": "Zolmeister"
},
"bugs": {
"url": "https://github.com/Zolmeister/promiz/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A proper compact promise (promises/A+ spec compliant) library.",
"devDependencies": {
"clay-chai": "0.0.2",
"grunt": "~0.4.2",
"grunt-contrib-uglify": "^0.9.1",
"mocha": "2.0.1",
"promises-aplus-tests": "^2.1.1",
"promises-es6-tests": "0.5.0"
},
"gitHead": "381d65d8abe30f2077f3f9d7ccdcb41e58a8fb5a",
"homepage": "https://github.com/Zolmeister/promiz#readme",
"keywords": [
"promiz",
"promise",
"promise/A+",
"library",
"promises",
"promises-a",
"promises-aplus",
"deffered",
"future",
"async",
"flow control"
],
"license": "MIT",
"main": "promiz.js",
"name": "promiz",
"repository": {
"type": "git",
"url": "git+https://github.com/Zolmeister/promiz.git"
},
"scripts": {
"all": "mocha test/promiz.js && promises-aplus-tests test/spec-adapter && promises-es6-tests test/spec-adapter",
"es6": "promises-es6-tests test/spec-adapter",
"spec": "promises-aplus-tests test/spec-adapter",
"test": "mocha test/promiz.js"
},
"version": "1.0.5"
}