aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-promise/package.json
blob: 31b6e6b2707d347bbd77badd86f3e8c7c14b5ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
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"
}