{
  "name": "assetgraph",
  "description": "An auto discovery dependency graph based optimization framework for web pages and applications",
  "repository": "git://github.com/assetgraph/assetgraph.git",
  "version": "7.13.0",
  "license": "BSD-3-Clause",
  "maintainers": [
    {
      "name": "Andreas Lind",
      "email": "andreaslindpetersen@gmail.com"
    },
    {
      "name": "Peter Müller",
      "email": "munter@fumle.dk"
    }
  ],
  "files": [
    "lib",
    "examples",
    "test/unexpected-with-plugins.js",
    "test/unexpectedAssetGraph.js"
  ],
  "dependencies": {
    "acorn": "^8.0.4",
    "acorn-jsx": "^5.0.1",
    "bluebird": "^3.5.1",
    "chalk": "^2.0.1",
    "common-path-prefix": "^1.0.0",
    "createerror": "^1.3.0",
    "cssnano": "^5.1.4",
    "data-urls": "^1.0.0",
    "domspace": "^1.2.1",
    "esanimate": "^1.1.0",
    "escodegen": "^2.0.0",
    "espurify": "^2.0.1",
    "estraverse": "^5.2.0",
    "estraverse-fb": "^1.3.2",
    "gettemporaryfilepath": "^1.0.0",
    "glob": "^7.0.5",
    "html-minifier": "^4.0.0",
    "imageinfo": "^1.0.4",
    "jsdom": "^16.5.3",
    "lines-and-columns": "^1.1.6",
    "lodash": "^4.17.20",
    "memoizesync": "1.1.1",
    "mkdirp": "^0.5.1",
    "normalizeurl": "^1.0.0",
    "perfectionist-dfd": "^3.0.0",
    "postcss": "^8.4.12",
    "qs": "^6.5.2",
    "read-pkg-up": "^6.0.0",
    "repeat-string": "^1.5.4",
    "schemes": "^1.0.1",
    "semver": "^6.0.0",
    "sift": "^7.0.1",
    "source-map": "~0.6.1",
    "specificity": "^0.4.0",
    "teepee": "^2.31.1",
    "terser": "^5.30.3",
    "urltools": "^0.4.1",
    "workbox-build": "^4.3.1"
  },
  "devDependencies": {
    "autoprefixer": "^9.8.8",
    "closure-compiler": "^0.2.12",
    "coveralls": "^3.0.2",
    "css-loader": "^3.0.0",
    "docdash": "^1.0.0",
    "eslint": "^6.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-mocha": "^6.0.0",
    "eslint-plugin-node": "^9.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^4.0.0",
    "httpception": "^3.0.0",
    "iconv-lite": "^0.5.0",
    "jsdoc": "^3.6.4",
    "less": "^2.7.3",
    "magicpen-prism": "3.0.2",
    "mocha": "^6.0.0",
    "nyc": "^14.0.0",
    "offline-github-changelog": "^1.6.1",
    "open": "^6.0.0",
    "prettier": "~2.3.2",
    "proxyquire": "^2.0.1",
    "requirejs": "^2.3.5",
    "sinon": "^7.0.0",
    "style-loader": "^1.0.0",
    "svgo": "^2.8.0",
    "systemjs-asset-plugin": "^3.0.0",
    "systemjs-builder": "^0.16.13",
    "uglify-js": "^3.4.9",
    "unexpected": "^11.0.0-1",
    "unexpected-dom": "^4.5.0",
    "unexpected-set": "^2.0.0",
    "unexpected-sinon": "^10.10.1",
    "webpack": "^4.16.1",
    "yui-compressor": "^0.1.3"
  },
  "main": "lib/AssetGraph.js",
  "scripts": {
    "lint": "eslint . && prettier --check '**/*.js'",
    "test": "mocha",
    "ci": "npm run coverage && npm run lint",
    "docs": "jsdoc -c jsdoc.json",
    "coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text --all -- mocha --reporter dot && echo google-chrome coverage/lcov-report/index.html",
    "preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
  },
  "nyc": {
    "include": [
      "lib/**"
    ]
  }
}
