aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-22 17:18:25 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-22 17:18:25 +0200
commit361463a2ff10bd3e536e34ee816b397c23dca6f7 (patch)
tree740748ba74505bfbd7f96a2355b0dbc17bae2d32 /node_modules
parent1f9ca30a9116018ae77c70730536032c8785116d (diff)
downloadwallet-core-361463a2ff10bd3e536e34ee816b397c23dca6f7.tar.xz
wasm
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/nyc/node_modules/md5-hex/package.json64
-rw-r--r--node_modules/nyc/node_modules/path-exists/package.json64
-rw-r--r--node_modules/nyc/node_modules/resolve-from/package.json59
3 files changed, 147 insertions, 40 deletions
diff --git a/node_modules/nyc/node_modules/md5-hex/package.json b/node_modules/nyc/node_modules/md5-hex/package.json
index 9dc26627f..af28b07d9 100644
--- a/node_modules/nyc/node_modules/md5-hex/package.json
+++ b/node_modules/nyc/node_modules/md5-hex/package.json
@@ -1,25 +1,58 @@
{
- "name": "md5-hex",
- "version": "1.3.0",
- "description": "Create a MD5 hash with hex encoding",
- "license": "MIT",
- "repository": "sindresorhus/md5-hex",
+ "_args": [
+ [
+ "md5-hex@1.3.0",
+ "/Users/benjamincoe/oss/nyc"
+ ]
+ ],
+ "_from": "md5-hex@1.3.0",
+ "_id": "md5-hex@1.3.0",
+ "_inBundle": false,
+ "_integrity": "sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ=",
+ "_location": "/md5-hex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "md5-hex@1.3.0",
+ "name": "md5-hex",
+ "escapedName": "md5-hex",
+ "rawSpec": "1.3.0",
+ "saveSpec": null,
+ "fetchSpec": "1.3.0"
+ },
+ "_requiredBy": [
+ "/",
+ "/caching-transform"
+ ],
+ "_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
+ "_spec": "1.3.0",
+ "_where": "/Users/benjamincoe/oss/nyc",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"browser": "browser.js",
+ "bugs": {
+ "url": "https://github.com/sindresorhus/md5-hex/issues"
+ },
+ "dependencies": {
+ "md5-o-matic": "^0.1.1"
+ },
+ "description": "Create a MD5 hash with hex encoding",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
"engines": {
"node": ">=0.10.0"
},
- "scripts": {
- "test": "xo && ava"
- },
"files": [
"index.js",
"browser.js"
],
+ "homepage": "https://github.com/sindresorhus/md5-hex#readme",
"keywords": [
"hash",
"crypto",
@@ -29,11 +62,14 @@
"browser",
"browserify"
],
- "dependencies": {
- "md5-o-matic": "^0.1.1"
+ "license": "MIT",
+ "name": "md5-hex",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/md5-hex.git"
},
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "1.3.0"
}
diff --git a/node_modules/nyc/node_modules/path-exists/package.json b/node_modules/nyc/node_modules/path-exists/package.json
index 5477ee8d9..8abcc8103 100644
--- a/node_modules/nyc/node_modules/path-exists/package.json
+++ b/node_modules/nyc/node_modules/path-exists/package.json
@@ -1,23 +1,56 @@
{
- "name": "path-exists",
- "version": "2.1.0",
- "description": "Check if a path exists",
- "license": "MIT",
- "repository": "sindresorhus/path-exists",
+ "_args": [
+ [
+ "path-exists@2.1.0",
+ "/Users/benjamincoe/oss/nyc"
+ ]
+ ],
+ "_from": "path-exists@2.1.0",
+ "_id": "path-exists@2.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
+ "_location": "/path-exists",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "path-exists@2.1.0",
+ "name": "path-exists",
+ "escapedName": "path-exists",
+ "rawSpec": "2.1.0",
+ "saveSpec": null,
+ "fetchSpec": "2.1.0"
+ },
+ "_requiredBy": [
+ "/pkg-dir/find-up",
+ "/read-pkg-up/find-up"
+ ],
+ "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
+ "_spec": "2.1.0",
+ "_where": "/Users/benjamincoe/oss/nyc",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
+ "bugs": {
+ "url": "https://github.com/sindresorhus/path-exists/issues"
+ },
+ "dependencies": {
+ "pinkie-promise": "^2.0.0"
+ },
+ "description": "Check if a path exists",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
"engines": {
"node": ">=0.10.0"
},
- "scripts": {
- "test": "xo && ava"
- },
"files": [
"index.js"
],
+ "homepage": "https://github.com/sindresorhus/path-exists#readme",
"keywords": [
"path",
"exists",
@@ -30,11 +63,14 @@
"access",
"stat"
],
- "dependencies": {
- "pinkie-promise": "^2.0.0"
+ "license": "MIT",
+ "name": "path-exists",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/path-exists.git"
},
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.1.0"
}
diff --git a/node_modules/nyc/node_modules/resolve-from/package.json b/node_modules/nyc/node_modules/resolve-from/package.json
index ee47da7c1..2b18849c5 100644
--- a/node_modules/nyc/node_modules/resolve-from/package.json
+++ b/node_modules/nyc/node_modules/resolve-from/package.json
@@ -1,23 +1,52 @@
{
- "name": "resolve-from",
- "version": "2.0.0",
- "description": "Resolve the path of a module like require.resolve() but from a given path",
- "license": "MIT",
- "repository": "sindresorhus/resolve-from",
+ "_args": [
+ [
+ "resolve-from@2.0.0",
+ "/Users/benjamincoe/oss/nyc"
+ ]
+ ],
+ "_from": "resolve-from@2.0.0",
+ "_id": "resolve-from@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=",
+ "_location": "/resolve-from",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "resolve-from@2.0.0",
+ "name": "resolve-from",
+ "escapedName": "resolve-from",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "/Users/benjamincoe/oss/nyc",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
+ "bugs": {
+ "url": "https://github.com/sindresorhus/resolve-from/issues"
+ },
+ "description": "Resolve the path of a module like require.resolve() but from a given path",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
"engines": {
"node": ">=0.10.0"
},
- "scripts": {
- "test": "xo && ava"
- },
"files": [
"index.js"
],
+ "homepage": "https://github.com/sindresorhus/resolve-from#readme",
"keywords": [
"require",
"resolve",
@@ -27,8 +56,14 @@
"like",
"path"
],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
+ "license": "MIT",
+ "name": "resolve-from",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/resolve-from.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
}