{
  "_args": [
    [
      "angular-package-builder@^1.0.3",
      "D:\\_dev\\icte\\icte_trade_gui_mobile\\icte-library-v2\\projects\\icte-sockets"
    ]
  ],
  "_from": "angular-package-builder@>=1.0.3-0 <2.0.0-0",
  "_id": "angular-package-builder@1.0.3",
  "_inCache": true,
  "_location": "/angular-package-builder",
  "_nodeVersion": "8.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/angular-package-builder_1.0.3_1521752396299_0.4241991466661599"
  },
  "_npmUser": {
    "email": "dominique.m.mueller@gmail.com",
    "name": "dominique-mueller"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "angular-package-builder",
    "raw": "angular-package-builder@^1.0.3",
    "rawSpec": "^1.0.3",
    "scope": null,
    "spec": ">=1.0.3-0 <2.0.0-0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/angular-package-builder/-/angular-package-builder-1.0.3.tgz",
  "_shasum": "b49893bbd38717f7c18f2fa1e32b194475a5c399",
  "_shrinkwrap": null,
  "_spec": "angular-package-builder@^1.0.3",
  "_where": "D:\\_dev\\icte\\icte_trade_gui_mobile\\icte-library-v2\\projects\\icte-sockets",
  "author": {
    "email": "dominique.m.mueller@gmail.com",
    "name": "Dominique Müller",
    "url": "https://www.devdom.io/"
  },
  "bin": {
    "angular-package-builder": "bin/angular-package-builder.js"
  },
  "bugs": {
    "url": "https://github.com/dominique-mueller/angular-package-builder/issues"
  },
  "dependencies": {
    "chalk": "2.3.x",
    "clean-css": "4.1.x",
    "cpx": "1.5.x",
    "del": "3.0.x",
    "fs-extra": "5.0.x",
    "globby": "8.0.x",
    "html-minifier": "3.5.x",
    "jsonschema": "1.2.x",
    "memfs": "2.8.x",
    "node-sass": ">= 4.3.0",
    "proxyquire": "2.0.x",
    "rollup": "0.57.x",
    "rollup-plugin-commonjs": "9.1.x",
    "rollup-plugin-node-resolve": "3.3.x",
    "semver": "5.5.x",
    "unixify": "1.0.x",
    "yargs": "11.0.x"
  },
  "description": "Packages your Angular library based on the Angular Package Format.",
  "devDependencies": {
    "@angular/common": "5.2.x",
    "@angular/compiler": "5.2.x",
    "@angular/compiler-cli": "5.2.x",
    "@angular/core": "5.2.x",
    "@types/acorn": "4.0.x",
    "@types/clean-css": "3.4.x",
    "@types/jest": "22.2.x",
    "@types/node": "9.4.x",
    "@types/node-sass": "3.10.x",
    "automatic-release": "1.1.x",
    "babel-jest": "22.4.x",
    "copyfiles": "2.0.x",
    "jest": "22.4.x",
    "rimraf": "2.6.x",
    "rxjs": "5.5.x",
    "ts-jest": "22.4.x",
    "typescript": "2.7.x"
  },
  "directories": {},
  "dist": {
    "fileCount": 88,
    "integrity": "sha512-Ql7N0gcvhHRPofXRZd0kQQoCv05ivQWlOze0IfYAvuEivXY1+FBr5xgZpcGgyB/SzTMTRRXHN8dpS12UTZQX4A==",
    "shasum": "b49893bbd38717f7c18f2fa1e32b194475a5c399",
    "tarball": "https://registry.npmjs.org/angular-package-builder/-/angular-package-builder-1.0.3.tgz",
    "unpackedSize": 153679
  },
  "homepage": "https://github.com/dominique-mueller/angular-package-builder",
  "installable": true,
  "keywords": [
    "angular",
    "build",
    "builder",
    "cli",
    "library",
    "package",
    "tool"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "dominique-mueller",
      "email": "dominique.m.mueller@gmail.com"
    }
  ],
  "name": "angular-package-builder",
  "optionalDependencies": {
    "node-sass": ">= 4.3.0"
  },
  "peerDependencies": {
    "@angular/compiler": ">= 5.0.0 < 6.0.0",
    "@angular/compiler-cli": ">= 5.0.0 < 6.0.0",
    "typescript": ">= 2.4.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dominique-mueller/angular-package-builder.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && copyfiles \"bin/**\" angular-package.schema.json package.json dist",
    "clean": "rimraf -r dist/**",
    "pretest:integration": "npm run pretest:package && cd test/my-library && copyfiles package.json dist && cd ../my-app && npm install",
    "pretest:package": "npm run build && cd test/my-library && node ../../dist/bin/angular-package-builder.js",
    "quick": "cd test/my-library && ts-node ../../test/angular-package-builder.bin.ts",
    "release": "automatic-release && copyfiles \"docs/**\" package.json CHANGELOG.md LICENSE README.md dist",
    "test:integration": "cd test/my-app && npm run build",
    "test:package": "jest --config jest.config.json --runInBand --no-cache"
  },
  "types": "index.d.ts",
  "version": "1.0.3"
}
