summaryrefslogtreecommitdiff
path: root/node_modules/eyes/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-21 16:50:49 +0100
committerMinteck <contact@minteck.org>2021-12-21 16:50:49 +0100
commit20204baf1807825af4798ad03bfb329e4da05bc5 (patch)
tree1568515fa1e4592206ed5d2327b39e6b443cbd03 /node_modules/eyes/package.json
downloadbingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.gz
bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.bz2
bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.zip
Commit
Diffstat (limited to 'node_modules/eyes/package.json')
-rw-r--r--node_modules/eyes/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/node_modules/eyes/package.json b/node_modules/eyes/package.json
new file mode 100644
index 0000000..3fcf7e5
--- /dev/null
+++ b/node_modules/eyes/package.json
@@ -0,0 +1,61 @@
+{
+ "_from": "eyes@0.1.x",
+ "_id": "eyes@0.1.8",
+ "_inBundle": false,
+ "_integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=",
+ "_location": "/eyes",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "eyes@0.1.x",
+ "name": "eyes",
+ "escapedName": "eyes",
+ "rawSpec": "0.1.x",
+ "saveSpec": null,
+ "fetchSpec": "0.1.x"
+ },
+ "_requiredBy": [
+ "/winston"
+ ],
+ "_resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
+ "_shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
+ "_spec": "eyes@0.1.x",
+ "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/winston",
+ "author": {
+ "name": "Alexis Sellier",
+ "email": "self@cloudhead.net"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Charlie Robbins",
+ "email": "charlie@nodejitsu.com"
+ }
+ ],
+ "deprecated": false,
+ "description": "a customizable value inspector",
+ "directories": {
+ "lib": "./lib",
+ "test": "./test"
+ },
+ "engines": {
+ "node": "> 0.1.90"
+ },
+ "keywords": [
+ "inspector",
+ "debug",
+ "inspect",
+ "print"
+ ],
+ "licenses": [
+ "MIT"
+ ],
+ "main": "./lib/eyes",
+ "name": "eyes",
+ "scripts": {
+ "test": "node test/*-test.js"
+ },
+ "url": "http://github.com/cloudhead/eyes.js",
+ "version": "0.1.8"
+}