1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

updated package.json

This commit is contained in:
2016-01-04 12:25:28 -05:00
parent 3443c97de4
commit 80ca24a715
1168 changed files with 73752 additions and 26424 deletions

88
node_modules/eyes/package.json generated vendored Normal file
View File

@@ -0,0 +1,88 @@
{
"_args": [
[
"eyes@0.1.x",
"/home/mywebsite/node_modules/cliff"
]
],
"_from": "eyes@>=0.1.0 <0.2.0",
"_id": "eyes@0.1.8",
"_inCache": true,
"_installable": true,
"_location": "/eyes",
"_npmUser": {
"email": "charlie.robbins@gmail.com",
"name": "indexzero"
},
"_npmVersion": "1.1.53",
"_phantomChildren": {},
"_requested": {
"name": "eyes",
"raw": "eyes@0.1.x",
"rawSpec": "0.1.x",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/cliff",
"/winston"
],
"_resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
"_shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
"_shrinkwrap": null,
"_spec": "eyes@0.1.x",
"_where": "/home/mywebsite/node_modules/cliff",
"author": {
"email": "self@cloudhead.net",
"name": "Alexis Sellier"
},
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie@nodejitsu.com"
}
],
"dependencies": {},
"description": "a customizable value inspector",
"devDependencies": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"dist": {
"shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
"tarball": "http://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
},
"engines": {
"node": "> 0.1.90"
},
"keywords": [
"debug",
"inspect",
"inspector",
"print"
],
"licenses": [
"MIT"
],
"main": "./lib/eyes",
"maintainers": [
{
"name": "cloudhead",
"email": "self@cloudhead.net"
},
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
}
],
"name": "eyes",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "node test/*-test.js"
},
"url": "http://github.com/cloudhead/eyes.js",
"version": "0.1.8"
}