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:
106
node_modules/dashdash/package.json
generated
vendored
Normal file
106
node_modules/dashdash/package.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dashdash@>=1.10.1 <2.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/sshpk"
|
||||
]
|
||||
],
|
||||
"_from": "dashdash@>=1.10.1 <2.0.0",
|
||||
"_id": "dashdash@1.11.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/dashdash",
|
||||
"_npmUser": {
|
||||
"email": "trentm@gmail.com",
|
||||
"name": "trentm"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "dashdash",
|
||||
"raw": "dashdash@>=1.10.1 <2.0.0",
|
||||
"rawSpec": ">=1.10.1 <2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.10.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sshpk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.11.0.tgz",
|
||||
"_shasum": "babd3892d71ab403948c6a2b9d65f7de1ace8e92",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "dashdash@>=1.10.1 <2.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/sshpk",
|
||||
"author": {
|
||||
"email": "trentm@gmail.com",
|
||||
"name": "Trent Mick",
|
||||
"url": "http://trentm.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/trentm/node-dashdash/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Trent Mick",
|
||||
"email": "trentm@gmail.com",
|
||||
"url": "http://trentm.com"
|
||||
},
|
||||
{
|
||||
"name": "Isaac Schlueter",
|
||||
"url": "https://github.com/isaacs"
|
||||
},
|
||||
{
|
||||
"name": "Joshua M. Clulow",
|
||||
"url": "https://github.com/jclulow"
|
||||
},
|
||||
{
|
||||
"name": "Patrick Mooney",
|
||||
"url": "https://github.com/pfmooney"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"assert-plus": "0.1.x"
|
||||
},
|
||||
"description": "A light, featureful and explicit option parsing library.",
|
||||
"devDependencies": {
|
||||
"nodeunit": "0.9.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "babd3892d71ab403948c6a2b9d65f7de1ace8e92",
|
||||
"tarball": "http://registry.npmjs.org/dashdash/-/dashdash-1.11.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
"gitHead": "c0f126a9ec1c8e75ef904a68b1f3b4b7fc1a86ad",
|
||||
"homepage": "https://github.com/trentm/node-dashdash",
|
||||
"keywords": [
|
||||
"args",
|
||||
"cli",
|
||||
"command",
|
||||
"option",
|
||||
"parser",
|
||||
"parsing"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/dashdash.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "trentm",
|
||||
"email": "trentm@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "dashdash",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trentm/node-dashdash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test/*.test.js"
|
||||
},
|
||||
"version": "1.11.0"
|
||||
}
|
||||
Reference in New Issue
Block a user