1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 18:52:50 +00:00

updated package.json

This commit is contained in:
2016-01-04 12:25:28 -05:00
parent 4f1900baa0
commit cf95136db0
1168 changed files with 73752 additions and 26424 deletions

106
node_modules/success-symbol/package.json generated vendored Normal file
View File

@@ -0,0 +1,106 @@
{
"_args": [
[
"success-symbol@^0.1.0",
"/home/mywebsite/node_modules/extglob"
]
],
"_from": "success-symbol@>=0.1.0 <0.2.0",
"_id": "success-symbol@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/success-symbol",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "success-symbol",
"raw": "success-symbol@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/extglob"
],
"_resolved": "https://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz",
"_shasum": "24022e486f3bf1cdca094283b769c472d3b72897",
"_shrinkwrap": null,
"_spec": "success-symbol@^0.1.0",
"_where": "/home/mywebsite/node_modules/extglob",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/success-symbol/issues"
},
"dependencies": {},
"description": "Cross-platform success symbol.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "24022e486f3bf1cdca094283b769c472d3b72897",
"tarball": "http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/success-symbol",
"keywords": [
"256",
"ansi",
"cli",
"colour",
"command",
"command-line",
"console",
"format",
"formatting",
"iterm",
"log",
"logging",
"rgb",
"shell",
"string",
"style",
"styles",
"styling",
"success",
"symbol",
"symbols",
"terminal",
"text",
"tty",
"xterm"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "success-symbol",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/success-symbol.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.0"
}