UNPKG

assetgraph-i18n

Version:
80 lines (79 loc) 2.11 kB
{ "name": "assetgraph-i18n", "description": "i18n plugin for assetgraph-builder", "repository": "git://github.com/One-com/assetgraph-builder.git", "version": "1.0.0", "main": "lib/index.js", "keywords": [ "assetgraph", "localization", "internationalization", "i18n", "l10n" ], "maintainers": [ { "name": "Andreas Lind", "email": "andreaslindpetersen@gmail.com" } ], "license": "BSD-3-Clause", "files": [ "i18n.js", "lib", "bin" ], "bin": { "applyBabelJob": "bin/applyBabelJob.js", "checkLanguageKeys": "bin/checkLanguageKeys.js", "makeBabelJob": "bin/makeBabelJob.js" }, "dependencies": { "esanimate": "^1.1.0", "escodegen": "^2.0.0", "esmangle": "^1.0.1", "esprima": "^4.0.0", "estraverse": "^5.0.0", "estraverse-fb": "^1.3.2", "lodash": "^4.16.1", "memoizesync": "^1.1.1", "optimist": "^0.6.1", "plurals-cldr": "^1.0.2", "urltools": "^0.4.1" }, "devDependencies": { "assetgraph": "^6.0.0", "coveralls": "^3.0.2", "eslint": "^7.0.0", "eslint-config-prettier": "^6.0.0", "eslint-config-standard": "^14.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-mocha": "^8.0.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "mocha": "^8.2.1", "nyc": "^15.0.0", "offline-github-changelog": "^2.0.0", "prettier": "~2.2.0", "systemjs-builder": "0.16.15", "temp": "^0.9.4", "unexpected": "^12.0.0" }, "peerDependencies": { "assetgraph": "^4.0.0 || ^5.0.0 || ^6.0.0" }, "scripts": { "lint": "eslint . && prettier --check '**/*.{js,json,md}'", "test": "mocha", "test:ci": "npm run coverage", "coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- mocha && 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/**", "bin/**" ] } }