diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-18 10:54:08 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-18 10:54:08 +0000 |
| commit | a35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch) | |
| tree | d5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/es6-promise/package.json | |
| parent | 16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff) | |
| parent | c1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff) | |
merged
Diffstat (limited to 'node_modules/es6-promise/package.json')
| -rw-r--r-- | node_modules/es6-promise/package.json | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/node_modules/es6-promise/package.json b/node_modules/es6-promise/package.json new file mode 100644 index 0000000..31b6e6b --- /dev/null +++ b/node_modules/es6-promise/package.json @@ -0,0 +1,127 @@ +{ + "_args": [ + [ + { + "name": "es6-promise", + "raw": "es6-promise@3.0.2", + "rawSpec": "3.0.2", + "scope": null, + "spec": "3.0.2", + "type": "version" + }, + "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb" + ] + ], + "_from": "es6-promise@3.0.2", + "_id": "es6-promise@3.0.2", + "_inCache": true, + "_installable": true, + "_location": "/es6-promise", + "_nodeVersion": "2.2.1", + "_npmUser": { + "email": "stefan.penner@gmail.com", + "name": "stefanpenner" + }, + "_npmVersion": "2.13.4", + "_phantomChildren": {}, + "_requested": { + "name": "es6-promise", + "raw": "es6-promise@3.0.2", + "rawSpec": "3.0.2", + "scope": null, + "spec": "3.0.2", + "type": "version" + }, + "_requiredBy": [ + "/mongodb" + ], + "_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.0.2.tgz", + "_shasum": "010d5858423a5f118979665f46486a95c6ee2bb6", + "_shrinkwrap": null, + "_spec": "es6-promise@3.0.2", + "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb", + "author": { + "name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors", + "url": "Conversion to ES6 API by Jake Archibald" + }, + "browser": { + "vertx": false + }, + "bugs": { + "url": "https://github.com/jakearchibald/ES6-Promises/issues" + }, + "dependencies": {}, + "description": "A lightweight library that provides tools for organizing asynchronous code", + "devDependencies": { + "bower": "^1.3.9", + "brfs": "0.0.8", + "broccoli-es3-safe-recast": "0.0.8", + "broccoli-es6-module-transpiler": "^0.5.0", + "broccoli-jshint": "^0.5.1", + "broccoli-merge-trees": "^0.1.4", + "broccoli-replace": "^0.2.0", + "broccoli-stew": "0.0.6", + "broccoli-uglify-js": "^0.1.3", + "broccoli-watchify": "^0.2.0", + "ember-cli": "0.2.3", + "ember-publisher": "0.0.7", + "git-repo-version": "0.0.2", + "json3": "^3.3.2", + "minimatch": "^2.0.1", + "mocha": "^1.20.1", + "promises-aplus-tests-phantom": "^2.1.0-revise", + "release-it": "0.0.10" + }, + "directories": { + "lib": "lib" + }, + "dist": { + "shasum": "010d5858423a5f118979665f46486a95c6ee2bb6", + "tarball": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.0.2.tgz" + }, + "files": [ + "dist", + "lib", + "!dist/test" + ], + "gitHead": "6c49ef79609737bac2b496d508806a3d5e37303e", + "homepage": "https://github.com/jakearchibald/ES6-Promises#readme", + "keywords": [ + "promises", + "futures" + ], + "license": "MIT", + "main": "dist/es6-promise.js", + "maintainers": [ + { + "email": "jaffathecake@gmail.com", + "name": "jaffathecake" + }, + { + "email": "stefan.penner@gmail.com", + "name": "stefanpenner" + } + ], + "name": "es6-promise", + "namespace": "es6-promise", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/jakearchibald/ES6-Promises.git" + }, + "scripts": { + "build": "ember build", + "dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive", + "lint": "jshint lib", + "prepublish": "ember build --environment production", + "start": "ember s", + "test": "ember test", + "test:node": "ember build && mocha ./dist/test/browserify", + "test:server": "ember test --server" + }, + "spm": { + "main": "dist/es6-promise.js" + }, + "version": "3.0.2" +} |
