My big initial commit to this repo and project.

This commit is contained in:
Brian McGonagill 2022-08-05 16:55:56 -05:00
parent 750811a81f
commit 8636f8cf9b
2433 changed files with 199488 additions and 1042 deletions

115
node_modules/meteor-node-stubs/package.json generated vendored Normal file
View file

@ -0,0 +1,115 @@
{
"_args": [
[
"meteor-node-stubs@1.1.0",
"/home/brian/git_test/get_my"
]
],
"_from": "meteor-node-stubs@1.1.0",
"_id": "meteor-node-stubs@1.1.0",
"_inBundle": false,
"_integrity": "sha512-YvMQb4zcfWA82wFdRVTyxq28GO+Us7GSdtP+bTtC/mV35yipKnWo4W4665O57AmLVFnz4zR+WIZW11b4sfCtJw==",
"_location": "/meteor-node-stubs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "meteor-node-stubs@1.1.0",
"name": "meteor-node-stubs",
"escapedName": "meteor-node-stubs",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/meteor-node-stubs/-/meteor-node-stubs-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/brian/git_test/get_my",
"author": {
"name": "Ben Newman",
"email": "ben@meteor.com"
},
"bugs": {
"url": "https://github.com/meteor/node-stubs/issues"
},
"bundleDependencies": [
"assert",
"browserify-zlib",
"buffer",
"console-browserify",
"constants-browserify",
"crypto-browserify",
"domain-browser",
"events",
"https-browserify",
"os-browserify",
"path-browserify",
"process",
"punycode",
"querystring-es3",
"readable-stream",
"stream-browserify",
"stream-http",
"string_decoder",
"timers-browserify",
"tty-browserify",
"url",
"util",
"vm-browserify"
],
"dependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"domain-browser": "^4.19.0",
"elliptic": "^6.5.4",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"punycode": "^2.1.1",
"querystring-es3": "^0.2.1",
"readable-stream": "^3.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
},
"description": "Stub implementations of Node built-in modules, a la Browserify",
"devDependencies": {
"rimraf": "^2.5.2"
},
"homepage": "https://github.com/meteor/node-stubs#readme",
"keywords": [
"stubs",
"shims",
"node",
"builtins",
"core",
"modules",
"browserify",
"webpack",
"meteor"
],
"license": "MIT",
"main": "index.js",
"name": "meteor-node-stubs",
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/node-stubs.git"
},
"scripts": {
"prepare": "node scripts/build-deps.js"
},
"version": "1.1.0"
}