Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/q/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/q/package.json

{
  "_from": "q@2.0.x",
  "_id": "q@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-dbjbAlWhpa+C9Yw/Oqoe/sfQ0TQ=",
  "_location": "/q",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "q@2.0.x",
    "name": "q",
    "escapedName": "q",
    "rawSpec": "2.0.x",
    "saveSpec": null,
    "fetchSpec": "2.0.x"
  },
  "_requiredBy": [
    "/twilio"
  ],
  "_resolved": "https://registry.npmjs.org/q/-/q-2.0.3.tgz",
  "_shasum": "75b8db0255a1a5af82f58c3f3aaa1efec7d0d134",
  "_spec": "q@2.0.x",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/twilio",
  "author": {
    "name": "Kris Kowal",
    "email": "kris@cixar.com",
    "url": "https://github.com/kriskowal"
  },
  "bugs": {
    "url": "https://github.com/kriskowal/q/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Kris Kowal",
      "email": "kris@cixar.com",
      "url": "https://github.com/kriskowal"
    },
    {
      "name": "Irakli Gozalishvili",
      "email": "rfobic@gmail.com",
      "url": "http://jeditoolkit.com"
    },
    {
      "name": "Domenic Denicola",
      "email": "domenic@domenicdenicola.com",
      "url": "http://domenicdenicola.com"
    }
  ],
  "credits": [
    "Mark Miller <erights@google.com>",
    "Tyler Close"
  ],
  "dependencies": {
    "asap": "^2.0.0",
    "pop-iterate": "^1.0.1",
    "weak-map": "^1.0.5"
  },
  "deprecated": false,
  "description": "A library for promises (CommonJS/Promises/A,B,D)",
  "devDependencies": {
    "grunt": "^0.4.1",
    "grunt-amd-wrap": "^1.0.0",
    "grunt-cli": "^0.1.9",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-uglify": "^0.2.2",
    "grunt-global-wrap": "^1.1.0",
    "grunt-s3": "^0.2.0-alpha.2",
    "istanbul": "^0.2.4",
    "jasminum": ">=2.0.5 <3.0.0",
    "jshint": "^2.4.4",
    "matcha": "^0.2.0",
    "opener": "^1.3.0",
    "promises-aplus-tests": "^1.0.2"
  },
  "files": [
    "LICENSE",
    "q.js",
    "queue.js"
  ],
  "homepage": "https://github.com/kriskowal/q",
  "keywords": [
    "q",
    "promise",
    "promises",
    "promises-a",
    "promises-aplus",
    "deferred",
    "future",
    "async",
    "flow control",
    "fluent",
    "browser",
    "node"
  ],
  "license": {
    "type": "MIT",
    "url": "http://github.com/kriskowal/q/raw/master/LICENSE"
  },
  "main": "q.js",
  "name": "q",
  "overlay": {
    "teleport": {
      "dependencies": {
        "system": ">=0.0.4"
      }
    }
  },
  "publishConfig": {
    "tag": "future"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kriskowal/q.git"
  },
  "scripts": {
    "benchmark": "matcha",
    "cover": "istanbul cover test/index.js && istanbul report html && opener coverage/index.html",
    "lint": "jshint q.js",
    "release": "grunt release",
    "test": "npm run lint && jasminum test && npm run test:phantom && promises-aplus-tests test/aplus-adapter",
    "test:phantom": "jasminum-phantom test"
  },
  "version": "2.0.3",
  "volo": {
    "url": "http://q-releases.s3-website-us-west-1.amazonaws.com/{version}/amd/q.js"
  }
}