@talend/module-to-cdn
Version:
Get cdn config from npm module name
61 lines (60 loc) • 1.22 kB
JSON
{
"name": "@talend/module-to-cdn",
"version": "9.7.0",
"description": "Get cdn config from npm module name",
"license": "MIT",
"repository": "toutpt/module-to-cdn",
"author": {
"name": "Thomas Sileghem",
"email": "th.sileghem@gmail.com",
"url": "mastilver.com"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "xo && ava -v"
},
"files": [
"index.js",
"cache.js",
"url.js",
"modules.json"
],
"keywords": [
""
],
"dependencies": {
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"execa": "^4.0.0",
"mkdirp": "^1.0.4",
"semver": "^7.3.2"
},
"devDependencies": {
"ava": "^3.13.0",
"react": "^16.13.1",
"xo": "^0.38.2"
},
"publishConfig": {
"access": "public"
},
"xo": {
"esnext": true,
"space": 4,
"ignores": [
"**/coverage/**"
],
"rules": {
"ava/no-ignored-test-files": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-reduce": "off",
"unicorn/prefer-spread": "off",
"eqeqeq": "off",
"quotes": "off",
"no-eq-null": "off",
"node/no-unsupported-features/es-syntax": "off",
"unicorn/no-reduce": "off"
}
}
}