Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

28
node_modules/node-blockly/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "node-blockly",
"version": "1.0.35",
"description": "Blockly for Node.js and Browser as CommonJS module",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"jsdom": "^11.3.0",
"xmlshim": "^0.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.8.11",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"mocha": "^4.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mo4islona/node-blockly"
},
"author": "Eugene Formanenko <mo4islona@gmail.com>",
"license": "ISC",
"homepage": "https://github.com/mo4islona/node-blockly"
}