{
  "_args": [
    [
      "promish@5.1.1",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "promish@5.1.1",
  "_id": "promish@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-37xEzvSas6JIYI/BcKh5TwhaqWepI44u/hC+tQStkX1sxMf+L756beESPgSWirxRCPqtXHzosoNzpjLnTnP8FA==",
  "_location": "/promish",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "promish@5.1.1",
    "name": "promish",
    "escapedName": "promish",
    "rawSpec": "5.1.1",
    "saveSpec": null,
    "fetchSpec": "5.1.1"
  },
  "_requiredBy": [
    "/exceljs"
  ],
  "_resolved": "https://registry.npmjs.org/promish/-/promish-5.1.1.tgz",
  "_spec": "5.1.1",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Guyon Roche",
    "email": "guyon@live.com",
    "url": "https://github.com/guyonroche/promish"
  },
  "bugs": {
    "url": "https://github.com/guyonroche/promish/issues"
  },
  "dependencies": {
    "es6-promise": "^3.0.2"
  },
  "description": "ES6 Promise Shim",
  "devDependencies": {
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "bluebird": "*",
    "browserify": "^14.1.0",
    "browserify-shim": "^3.8.13",
    "chai": "*",
    "grunt": "^1.0.1",
    "grunt-babel": "^6.0.0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jasmine": "^1.1.0",
    "grunt-contrib-uglify": "^2.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "jshint": "2.8.x",
    "mocha": "*",
    "pinkie": "*",
    "q": "*",
    "uglifyjs": "^2.4.10"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "lib",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/guyonroche/promish#readme",
  "keywords": [
    "ES6",
    "Promise",
    "Shim",
    "EcmaScript",
    "Promises",
    "resolve",
    "reject",
    "then",
    "catch",
    "finally",
    "race",
    "all",
    "any",
    "some",
    "spread",
    "Promisify",
    "Promisification",
    "call",
    "apply",
    "map",
    "reduce"
  ],
  "license": "MIT",
  "main": "lib/promish.js",
  "name": "promish",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guyonroche/promish.git"
  },
  "scripts": {
    "browser-test": "grunt jasmine",
    "build": "grunt build",
    "build-es5": "grunt es5",
    "clean": "rm -rf build/* && rm -rf dist/*",
    "clean-build": "npm run clean && npm run build",
    "jshint": "npm run jshint-lib & npm run jshint-spec",
    "jshint-lib": "node node_modules/jshint/bin/jshint --config ./.jshintrc ./lib --verbose",
    "jshint-spec": "node node_modules/jshint/bin/jshint --config ./.jshintrc-spec ./spec --verbose",
    "postversion": "git push --no-verify && git push --tags --no-verify",
    "preversion": "npm run clean-build && npm run test",
    "test": "npm run unit-test && npm run browser-test",
    "unit-test": "mocha spec/unit"
  },
  "version": "5.1.1"
}
