aboutsummaryrefslogtreecommitdiff
path: root/node_modules/globule/package.json
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/globule/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/globule/package.json')
-rw-r--r--node_modules/globule/package.json111
1 files changed, 27 insertions, 84 deletions
diff --git a/node_modules/globule/package.json b/node_modules/globule/package.json
index 2e4b1a0b4..9de7dacd9 100644
--- a/node_modules/globule/package.json
+++ b/node_modules/globule/package.json
@@ -1,76 +1,38 @@
{
- "_args": [
- [
- {
- "raw": "globule@~0.1.0",
- "scope": null,
- "escapedName": "globule",
- "name": "globule",
- "rawSpec": "~0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gaze"
- ]
- ],
- "_from": "globule@>=0.1.0 <0.2.0",
- "_id": "globule@0.1.0",
- "_inCache": true,
- "_location": "/globule",
- "_npmUser": {
- "name": "cowboy",
- "email": "cowboy@rj3.net"
- },
- "_npmVersion": "1.1.70",
- "_phantomChildren": {
- "lru-cache": "2.7.3",
- "sigmund": "1.0.1"
- },
- "_requested": {
- "raw": "globule@~0.1.0",
- "scope": null,
- "escapedName": "globule",
- "name": "globule",
- "rawSpec": "~0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gaze"
- ],
- "_resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
- "_shasum": "d9c8edde1da79d125a151b79533b978676346ae5",
- "_shrinkwrap": null,
- "_spec": "globule@~0.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gaze",
+ "name": "globule",
+ "description": "An easy-to-use wildcard globbing library.",
+ "version": "0.1.0",
+ "homepage": "https://github.com/cowboy/node-globule",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/cowboy/node-globule.git"
+ },
"bugs": {
"url": "https://github.com/cowboy/node-globule/issues"
},
- "dependencies": {
- "glob": "~3.1.21",
- "lodash": "~1.0.1",
- "minimatch": "~0.2.11"
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/cowboy/node-globule/blob/master/LICENSE-MIT"
+ }
+ ],
+ "main": "lib/globule",
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "scripts": {
+ "test": "grunt nodeunit"
},
- "description": "An easy-to-use wildcard globbing library.",
"devDependencies": {
- "grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
- "grunt-contrib-watch": "~0.2.0"
- },
- "directories": {},
- "dist": {
- "shasum": "d9c8edde1da79d125a151b79533b978676346ae5",
- "tarball": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz"
+ "grunt-contrib-watch": "~0.2.0",
+ "grunt": "~0.4.1"
},
- "engines": {
- "node": ">= 0.8.0"
- },
- "homepage": "https://github.com/cowboy/node-globule",
"keywords": [
"glob",
"file",
@@ -82,28 +44,9 @@
"sync",
"awesome"
],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/cowboy/node-globule/blob/master/LICENSE-MIT"
- }
- ],
- "main": "lib/globule",
- "maintainers": [
- {
- "name": "cowboy",
- "email": "cowboy@rj3.net"
- }
- ],
- "name": "globule",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/cowboy/node-globule.git"
- },
- "scripts": {
- "test": "grunt nodeunit"
- },
- "version": "0.1.0"
+ "dependencies": {
+ "lodash": "~1.0.1",
+ "glob": "~3.1.21",
+ "minimatch": "~0.2.11"
+ }
}