This commit is contained in:
Talor Berthelson
2016-06-17 20:49:15 -04:00
commit 889faf9c1c
699 changed files with 112020 additions and 0 deletions

1
node_modules/fs/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
console.log("I'm `fs` modules");

66
node_modules/fs/package.json generated vendored Normal file
View File

@@ -0,0 +1,66 @@
{
"_args": [
[
{
"name": "fs",
"raw": "fs",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"C:\\Users\\talor\\bots\\polibug"
]
],
"_from": "fs@latest",
"_id": "fs@0.0.2",
"_inCache": true,
"_installable": true,
"_location": "/fs",
"_npmUser": {
"email": "alsotang@gmail.com",
"name": "alsotang"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "fs",
"raw": "fs",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz",
"_shasum": "e1f244ef3933c1b2a64bd4799136060d0f5914f8",
"_shrinkwrap": null,
"_spec": "fs",
"_where": "C:\\Users\\talor\\bots\\polibug",
"author": "",
"dependencies": {},
"description": "",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "e1f244ef3933c1b2a64bd4799136060d0f5914f8",
"tarball": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz"
},
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "alsotang@gmail.com",
"name": "alsotang"
}
],
"name": "fs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.2"
}