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/jsonic/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "jsonic",
"version": "0.3.1",
"description": "A JSON parser that isn't strict.",
"main": "jsonic.js",
"repository": {
"type": "git",
"url": "git://github.com/rjrodger/jsonic.git"
},
"homepage": "https://github.com/rjrodger/jsonic",
"author": "Richard Rodger (http://richardrodger.com)",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"jsonic.js",
"jsonic-min.js",
"jsonic-min.map",
"jsonic-parser.js",
"jsonic-parser.pegjs"
],
"devDependencies": {
"jasmine-node": "^1.14.5",
"pegjs": "^0.8.0",
"phantomjs": "^1.8.2-3",
"underscore": "^1.8.3"
}
}