aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-dotfile
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/is-dotfile
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-dotfile')
-rw-r--r--node_modules/is-dotfile/package.json97
1 files changed, 17 insertions, 80 deletions
diff --git a/node_modules/is-dotfile/package.json b/node_modules/is-dotfile/package.json
index 89f9e21f3..91bde2238 100644
--- a/node_modules/is-dotfile/package.json
+++ b/node_modules/is-dotfile/package.json
@@ -1,73 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "is-dotfile@^1.0.0",
- "scope": null,
- "escapedName": "is-dotfile",
- "name": "is-dotfile",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/parse-glob"
- ]
- ],
- "_from": "is-dotfile@>=1.0.0 <2.0.0",
- "_id": "is-dotfile@1.0.2",
- "_inCache": true,
- "_location": "/is-dotfile",
- "_nodeVersion": "4.2.1",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.14.7",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-dotfile@^1.0.0",
- "scope": null,
- "escapedName": "is-dotfile",
- "name": "is-dotfile",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
+ "name": "is-dotfile",
+ "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
+ "version": "1.0.2",
+ "homepage": "https://github.com/jonschlinkert/is-dotfile",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/is-dotfile",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/is-dotfile/issues"
},
- "_requiredBy": [
- "/parse-glob"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz",
- "_shasum": "2c132383f39199f8edc268ca01b9b007d205cc4d",
- "_shrinkwrap": null,
- "_spec": "is-dotfile@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/parse-glob",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-dotfile/issues"
+ "scripts": {
+ "test": "mocha"
},
- "dependencies": {},
- "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
"devDependencies": {
"benchmarked": "^0.1.3",
"dotfile-regex": "^0.1.2",
"mocha": "*"
},
- "directories": {},
- "dist": {
- "shasum": "2c132383f39199f8edc268ca01b9b007d205cc4d",
- "tarball": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "df258600b0afa6403a2a840f2ec486c9d350492f",
- "homepage": "https://github.com/jonschlinkert/is-dotfile",
"keywords": [
"detect",
"dot",
@@ -84,24 +40,6 @@
"regexp",
"regular"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-dotfile",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-dotfile.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"related": {
"list": [
@@ -111,6 +49,5 @@
"is-dotdir"
]
}
- },
- "version": "1.0.2"
+ }
}