mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
110
node_modules/form-data/package.json
generated
vendored
Normal file
110
node_modules/form-data/package.json
generated
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"form-data@~1.0.0-rc3",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/request"
|
||||
]
|
||||
],
|
||||
"_from": "form-data@>=1.0.0-rc3 <1.1.0",
|
||||
"_id": "form-data@1.0.0-rc3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/form-data",
|
||||
"_nodeVersion": "2.2.1",
|
||||
"_npmUser": {
|
||||
"email": "pierceydylan@gmail.com",
|
||||
"name": "dylanpiercey"
|
||||
},
|
||||
"_npmVersion": "2.11.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "form-data",
|
||||
"raw": "form-data@~1.0.0-rc3",
|
||||
"rawSpec": "~1.0.0-rc3",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0-rc3 <1.1.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz",
|
||||
"_shasum": "d35bc62e7fbc2937ae78f948aaa0d38d90607577",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "form-data@~1.0.0-rc3",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/request",
|
||||
"author": {
|
||||
"email": "felix@debuggable.com",
|
||||
"name": "Felix Geisendörfer",
|
||||
"url": "http://debuggable.com/"
|
||||
},
|
||||
"browser": "./lib/browser",
|
||||
"bugs": {
|
||||
"url": "https://github.com/form-data/form-data/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^1.4.0",
|
||||
"combined-stream": "^1.0.5",
|
||||
"mime-types": "^2.1.3"
|
||||
},
|
||||
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
|
||||
"devDependencies": {
|
||||
"fake": "^0.2.2",
|
||||
"far": "^0.0.7",
|
||||
"formidable": "^1.0.17",
|
||||
"pre-commit": "^1.0.10",
|
||||
"request": "^2.60.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "d35bc62e7fbc2937ae78f948aaa0d38d90607577",
|
||||
"tarball": "http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"gitHead": "c174f1b7f3a78a00ec5af0360469280445e37804",
|
||||
"homepage": "https://github.com/form-data/form-data#readme",
|
||||
"license": "MIT",
|
||||
"main": "./lib/form_data",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "felixge",
|
||||
"email": "felix@debuggable.com"
|
||||
},
|
||||
{
|
||||
"name": "idralyuk",
|
||||
"email": "igor@buran.us"
|
||||
},
|
||||
{
|
||||
"name": "alexindigo",
|
||||
"email": "iam@alexindigo.com"
|
||||
},
|
||||
{
|
||||
"name": "mikeal",
|
||||
"email": "mikeal.rogers@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "celer",
|
||||
"email": "dtyree77@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "dylanpiercey",
|
||||
"email": "pierceydylan@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "form-data",
|
||||
"optionalDependencies": {},
|
||||
"pre-commit": [
|
||||
"test"
|
||||
],
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/form-data/form-data.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./test/run.js"
|
||||
},
|
||||
"version": "1.0.0-rc3"
|
||||
}
|
||||
Reference in New Issue
Block a user