Initial Save

This commit is contained in:
jackbeeby
2025-03-28 12:30:19 +11:00
parent e381994f19
commit d8773925e8
9910 changed files with 982718 additions and 0 deletions

29
node_modules/deprecated-decorator/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "deprecated-decorator",
"version": "0.1.6",
"description": "A simple decorator for deprecated methods and properties.",
"main": "bld/index.js",
"typings": "bld/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vilic/deprecated-decorator.git"
},
"keywords": ["deprecated", "decorator", "typescript", "babel", "es7"],
"author": "vilicvane",
"license": "MIT",
"bugs": {
"url": "https://github.com/vilic/deprecated-decorator/issues"
},
"homepage": "https://github.com/vilic/deprecated-decorator#readme",
"devDependencies": {
"chai": "latest",
"mocha": "latest",
"sinon": "latest",
"source-map-support": "latest",
"typescript": "latest"
}
}