restore backup and add opencode support
This commit is contained in:
47
dist/nls-guilloche/package.json
vendored
Normal file
47
dist/nls-guilloche/package.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "nls-guilloche",
|
||||
"version": "1.0.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextlevelshit/nls-guilloche-generator"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "GPL-2.0-only",
|
||||
"url": "https://github.com/nextlevelshit/nls-guilloche-generator/LICENSE.md"
|
||||
}
|
||||
],
|
||||
"author": {
|
||||
"name": "Michael Czechowski",
|
||||
"email": "mail@dailysh.it",
|
||||
"url": "https://dailysh.it"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Erik Kimsey"
|
||||
},
|
||||
{
|
||||
"name": "Michael Czechowski",
|
||||
"email": "mail@dailysh.it",
|
||||
"url": "https://dailysh.it"
|
||||
}
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
|
||||
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3": "^5.3.0",
|
||||
"tslib": "^1.9.0"
|
||||
},
|
||||
"main": "bundles/nls-guilloche.umd.js",
|
||||
"module": "fesm5/nls-guilloche.js",
|
||||
"es2015": "fesm2015/nls-guilloche.js",
|
||||
"esm5": "esm5/nls-guilloche.js",
|
||||
"esm2015": "esm2015/nls-guilloche.js",
|
||||
"fesm5": "fesm5/nls-guilloche.js",
|
||||
"fesm2015": "fesm2015/nls-guilloche.js",
|
||||
"typings": "nls-guilloche.d.ts",
|
||||
"metadata": "nls-guilloche.metadata.json",
|
||||
"sideEffects": false
|
||||
}
|
||||
Reference in New Issue
Block a user