@contember/config-loader
Advanced tools
Comparing version 0.9.0-alpha.1 to 0.9.0-alpha.4
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@contember/config-loader", | ||
"version": "0.9.0-alpha.1", | ||
"license": "Apache-2.0", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"scripts": {}, | ||
"devDependencies": { | ||
"@types/js-yaml": "^3.12.1", | ||
"@types/node": "^13.11.1", | ||
"typescript": "^3.9.5" | ||
}, | ||
"dependencies": { | ||
"js-yaml": "^3.13.1" | ||
}, | ||
"gitHead": "ef9d3567bc86885591341cca901b7a12e0e46f74" | ||
"name": "@contember/config-loader", | ||
"version": "0.9.0-alpha.4", | ||
"license": "Apache-2.0", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"scripts": {}, | ||
"devDependencies": { | ||
"@types/js-yaml": "^3.12.1", | ||
"@types/node": "^14.6.4" | ||
}, | ||
"dependencies": { | ||
"js-yaml": "^3.13.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
486212
2
36