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:
98
node_modules/commander/package.json
generated
vendored
Normal file
98
node_modules/commander/package.json
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"commander@~2.6.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade"
|
||||
]
|
||||
],
|
||||
"_from": "commander@>=2.6.0 <2.7.0",
|
||||
"_id": "commander@2.6.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/commander",
|
||||
"_nodeVersion": "0.11.14",
|
||||
"_npmUser": {
|
||||
"email": "zhiyelee@gmail.com",
|
||||
"name": "zhiyelee"
|
||||
},
|
||||
"_npmVersion": "2.1.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "commander",
|
||||
"raw": "commander@~2.6.0",
|
||||
"rawSpec": "~2.6.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.6.0 <2.7.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jade"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
|
||||
"_shasum": "9df7e52fb2a0cb0fb89058ee80c3104225f37e1d",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "commander@~2.6.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade",
|
||||
"author": {
|
||||
"email": "tj@vision-media.ca",
|
||||
"name": "TJ Holowaychuk"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tj/commander.js/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "the complete solution for node.js command-line programs",
|
||||
"devDependencies": {
|
||||
"should": ">= 0.0.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "9df7e52fb2a0cb0fb89058ee80c3104225f37e1d",
|
||||
"tarball": "http://registry.npmjs.org/commander/-/commander-2.6.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6.x"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "c6807fd154dd3b7ce8756f141f8d3acfcc74be60",
|
||||
"homepage": "https://github.com/tj/commander.js",
|
||||
"keywords": [
|
||||
"command",
|
||||
"option",
|
||||
"parser",
|
||||
"prompt"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "tjholowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
{
|
||||
"name": "somekittens",
|
||||
"email": "rkoutnik@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "zhiyelee",
|
||||
"email": "zhiyelee@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "thethomaseffect",
|
||||
"email": "thethomaseffect@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "commander",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tj/commander.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "2.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user