assetgraph
Version:
An auto discovery dependency graph based optimization framework for web pages and applications
119 lines (118 loc) • 3.39 kB
JSON
{
"name": "assetgraph",
"description": "An auto discovery dependency graph based optimization framework for web pages and applications",
"repository": "git://github.com/assetgraph/assetgraph.git",
"version": "6.1.1",
"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": "^7.0.0",
"acorn-jsx": "^5.0.1",
"bluebird": "^3.5.1",
"chalk": "^2.0.1",
"common-path-prefix": "^1.0.0",
"createerror": "^1.3.0",
"cssnano": "^4.1.10",
"data-urls": "^1.0.0",
"domspace": "^1.2.1",
"esanimate": "^1.1.0",
"escodegen": "^1.12.0",
"espurify": "^2.0.1",
"estraverse": "^4.3.0",
"estraverse-fb": "^1.3.2",
"gettemporaryfilepath": "^1.0.0",
"glob": "^7.0.5",
"html-minifier": "^4.0.0",
"imageinfo": "^1.0.4",
"jsdom": "^15.0.0",
"lines-and-columns": "^1.1.6",
"lodash": "4.17.15",
"memoizesync": "1.1.1",
"mkdirp": "^0.5.1",
"normalizeurl": "^1.0.0",
"perfectionist": "^2.4.0",
"postcss": "^7.0.14",
"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",
"sw-precache": "^5.2.0",
"teepee": "^2.31.1",
"terser": "^4.0.0",
"urltools": "^0.4.1"
},
"devDependencies": {
"autoprefixer": "^9.0.0",
"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.5.5",
"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": "~1.18.2",
"proxyquire": "^2.0.1",
"requirejs": "^2.3.5",
"sinon": "^7.0.0",
"style-loader": "^1.0.0",
"svgo": "^1.0.5",
"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/**"
]
}
}