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:
96
node_modules/cli-color/package.json
generated
vendored
Normal file
96
node_modules/cli-color/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cli-color@^1.1.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongo-express"
|
||||
]
|
||||
],
|
||||
"_from": "cli-color@>=1.1.0 <2.0.0",
|
||||
"_id": "cli-color@1.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/cli-color",
|
||||
"_nodeVersion": "4.1.2",
|
||||
"_npmUser": {
|
||||
"email": "medikoo+npm@medikoo.com",
|
||||
"name": "medikoo"
|
||||
},
|
||||
"_npmVersion": "2.14.4",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "cli-color",
|
||||
"raw": "cli-color@^1.1.0",
|
||||
"rawSpec": "^1.1.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.1.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongo-express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cli-color/-/cli-color-1.1.0.tgz",
|
||||
"_shasum": "de188cdc4929d83b67aea04110fbed40fdbf6775",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "cli-color@^1.1.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongo-express",
|
||||
"author": {
|
||||
"email": "medyk@medikoo.com",
|
||||
"name": "Mariusz Nowak",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/medikoo/cli-color/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-regex": "2",
|
||||
"d": "^0.1.1",
|
||||
"es5-ext": "^0.10.8",
|
||||
"es6-iterator": "2",
|
||||
"memoizee": "^0.3.9",
|
||||
"timers-ext": "0.1"
|
||||
},
|
||||
"description": "Colors, formatting and other tools for the console",
|
||||
"devDependencies": {
|
||||
"tad": "^0.2.3",
|
||||
"xlint": "^0.2.2",
|
||||
"xlint-jslint-medikoo": "^0.1.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "de188cdc4929d83b67aea04110fbed40fdbf6775",
|
||||
"tarball": "http://registry.npmjs.org/cli-color/-/cli-color-1.1.0.tgz"
|
||||
},
|
||||
"gitHead": "67e06956b2b746d7828510c211cb534d7ec07b24",
|
||||
"homepage": "https://github.com/medikoo/cli-color#readme",
|
||||
"keywords": [
|
||||
"ansi",
|
||||
"cli",
|
||||
"color",
|
||||
"console",
|
||||
"log",
|
||||
"logging",
|
||||
"shell",
|
||||
"terminal",
|
||||
"xterm"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "medikoo",
|
||||
"email": "medikoo+npm@medikoo.com"
|
||||
}
|
||||
],
|
||||
"name": "cli-color",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medikoo/cli-color.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
|
||||
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
|
||||
"test": "node ./node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user