aboutsummaryrefslogtreecommitdiff
path: root/node_modules/path-type
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/path-type
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/path-type')
-rw-r--r--node_modules/path-type/package.json93
1 files changed, 15 insertions, 78 deletions
diff --git a/node_modules/path-type/package.json b/node_modules/path-type/package.json
index 4232923ed..6e54f69bb 100644
--- a/node_modules/path-type/package.json
+++ b/node_modules/path-type/package.json
@@ -1,77 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "path-type@^1.0.0",
- "scope": null,
- "escapedName": "path-type",
- "name": "path-type",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/read-pkg"
- ]
- ],
- "_from": "path-type@>=1.0.0 <2.0.0",
- "_id": "path-type@1.1.0",
- "_inCache": true,
- "_location": "/path-type",
- "_nodeVersion": "4.2.1",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.14.7",
- "_phantomChildren": {},
- "_requested": {
- "raw": "path-type@^1.0.0",
- "scope": null,
- "escapedName": "path-type",
- "name": "path-type",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/read-pkg"
- ],
- "_resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
- "_shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
- "_shrinkwrap": null,
- "_spec": "path-type@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/read-pkg",
+ "name": "path-type",
+ "version": "1.1.0",
+ "description": "Check if a path is a file, directory, or symlink",
+ "license": "MIT",
+ "repository": "sindresorhus/path-type",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/path-type/issues"
- },
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- },
- "description": "Check if a path is a file, directory, or symlink",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
- "tarball": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "dff5c2a62f89efe7e0cce600bf38e76196d8b4b2",
- "homepage": "https://github.com/sindresorhus/path-type",
"keywords": [
"path",
"fs",
@@ -89,24 +35,15 @@
"stats",
"filesystem"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "path-type",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/path-type.git"
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
},
- "scripts": {
- "test": "xo && ava"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
},
- "version": "1.1.0",
"xo": {
"ignores": [
"test.js"