mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
97
node_modules/optionator/package.json
generated
vendored
Normal file
97
node_modules/optionator/package.json
generated
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"optionator@^0.8.1",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/escodegen"
|
||||
]
|
||||
],
|
||||
"_from": "optionator@>=0.8.1 <0.9.0",
|
||||
"_id": "optionator@0.8.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/optionator",
|
||||
"_nodeVersion": "5.3.0",
|
||||
"_npmUser": {
|
||||
"email": "z@georgezahariev.com",
|
||||
"name": "gkz"
|
||||
},
|
||||
"_npmVersion": "3.5.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "optionator",
|
||||
"raw": "optionator@^0.8.1",
|
||||
"rawSpec": "^0.8.1",
|
||||
"scope": null,
|
||||
"spec": ">=0.8.1 <0.9.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/escodegen"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.1.tgz",
|
||||
"_shasum": "e31b4932cdd5fb862a8b0d10bc63d3ee1ec7d78b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "optionator@^0.8.1",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/escodegen",
|
||||
"author": {
|
||||
"email": "z@georgezahariev.com",
|
||||
"name": "George Zahariev"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gkz/optionator/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"deep-is": "~0.1.3",
|
||||
"fast-levenshtein": "^1.1.0",
|
||||
"levn": "~0.3.0",
|
||||
"prelude-ls": "~1.1.2",
|
||||
"type-check": "~0.3.2",
|
||||
"wordwrap": "~1.0.0"
|
||||
},
|
||||
"description": "option parsing and help generation",
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.4.1",
|
||||
"livescript": "~1.4.0",
|
||||
"mocha": "~2.3.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "e31b4932cdd5fb862a8b0d10bc63d3ee1ec7d78b",
|
||||
"tarball": "http://registry.npmjs.org/optionator/-/optionator-0.8.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "88e905d2546df814bc20ff88af93eec8c47c216c",
|
||||
"homepage": "https://github.com/gkz/optionator",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"flags",
|
||||
"option parsing",
|
||||
"options"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "gkz",
|
||||
"email": "z@georgezahariev.com"
|
||||
}
|
||||
],
|
||||
"name": "optionator",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gkz/optionator.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "0.8.1"
|
||||
}
|
||||
Reference in New Issue
Block a user