97 lines
2.6 KiB
JSON
97 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"es6-promise@3.3.1",
|
|
"/Users/aa/TheDesk/app"
|
|
]
|
|
],
|
|
"_from": "es6-promise@3.3.1",
|
|
"_id": "es6-promise@3.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=",
|
|
"_location": "/es6-promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "es6-promise@3.3.1",
|
|
"name": "es6-promise",
|
|
"escapedName": "es6-promise",
|
|
"rawSpec": "3.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jimp"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
|
|
"_spec": "3.3.1",
|
|
"_where": "/Users/aa/TheDesk/app",
|
|
"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/stefanpenner/es6-promise/issues"
|
|
},
|
|
"description": "A lightweight library that provides tools for organizing asynchronous code",
|
|
"devDependencies": {
|
|
"broccoli-babel-transpiler": "^5.6.1",
|
|
"broccoli-concat": "^3.0.2",
|
|
"broccoli-merge-trees": "^1.1.1",
|
|
"broccoli-rollup": "^1.0.2",
|
|
"broccoli-stew": "^1.2.0",
|
|
"broccoli-uglify-js": "^0.2.0",
|
|
"broccoli-watchify": "v1.0.0",
|
|
"ember-cli": "^2.7.0",
|
|
"ember-cli-dependency-checker": "^1.3.0",
|
|
"ember-publisher": "0.0.7",
|
|
"git-repo-version": "0.4.0",
|
|
"json3": "^3.3.2",
|
|
"mocha": "^1.20.1",
|
|
"promises-aplus-tests-phantom": "^2.1.0-revise",
|
|
"release-it": "0.0.10"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es6-promise.d.ts",
|
|
"!dist/test"
|
|
],
|
|
"homepage": "https://github.com/stefanpenner/es6-promise#readme",
|
|
"keywords": [
|
|
"promises",
|
|
"futures"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/es6-promise.js",
|
|
"name": "es6-promise",
|
|
"namespace": "es6-promise",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stefanpenner/es6-promise.git"
|
|
},
|
|
"scripts": {
|
|
"build": "ember build --environment production",
|
|
"build:production": "ember build --env production",
|
|
"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"
|
|
},
|
|
"typings": "es6-promise.d.ts",
|
|
"version": "3.3.1"
|
|
}
|