{
  "_args": [
    [
      "angular-async-await@1.1.2",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "angular-async-await@1.1.2",
  "_id": "angular-async-await@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-5JPahpx5HssqSP0npfTsY2YAPN8=",
  "_location": "/angular-async-await",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "angular-async-await@1.1.2",
    "name": "angular-async-await",
    "escapedName": "angular-async-await",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/angular-async-await/-/angular-async-await-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Benjamin Hunter Hansen"
  },
  "bugs": {
    "url": "https://github.com/ben-hunter-hansen/angular-async-await/issues"
  },
  "description": "Use ES7 async/await syntax with angular 1.x",
  "devDependencies": {
    "angular-mocks": "^1.5.0",
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.2",
    "babel-loader": "^6.2.2",
    "babel-plugin-syntax-async-functions": "^6.5.0",
    "babel-plugin-transform-async-to-generator": "^6.5.0",
    "babel-plugin-transform-es2015-modules-amd": "^6.5.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.5.0",
    "babel-plugin-transform-regenerator": "^6.5.2",
    "babel-plugin-transform-runtime": "^6.5.2",
    "babel-polyfill": "^6.5.0",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-stage-3": "^6.5.0",
    "babel-runtime": "^6.5.0",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.21",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chrome-launcher": "^0.2.2",
    "karma-jasmine": "^0.3.7",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-webpack": "^1.7.0",
    "phantomjs-prebuilt": "^2.1.4",
    "webpack": "^1.12.13"
  },
  "homepage": "https://github.com/ben-hunter-hansen/angular-async-await#readme",
  "keywords": [
    "angular",
    "async",
    "await"
  ],
  "license": "MIT",
  "main": "dist/angular-async-await.js",
  "name": "angular-async-await",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ben-hunter-hansen/angular-async-await.git"
  },
  "scripts": {
    "build": "babel src/angular-async-await.js -o dist/angular-async-await.js",
    "test": "karma start karma.conf.js"
  },
  "version": "1.1.2"
}
