123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "globule@0.1.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "globule@0.1.0",
- "_id": "globule@0.1.0",
- "_inBundle": false,
- "_integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
- "_location": "/globule",
- "_phantomChildren": {
- "lru-cache": "2.7.3",
- "sigmund": "1.0.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "globule@0.1.0",
- "name": "globule",
- "escapedName": "globule",
- "rawSpec": "0.1.0",
- "saveSpec": null,
- "fetchSpec": "0.1.0"
- },
- "_requiredBy": [
- "/gaze"
- ],
- "_resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
- "_spec": "0.1.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "\"Cowboy\" Ben Alman",
- "url": "http://benalman.com/"
- },
- "bugs": {
- "url": "https://github.com/cowboy/node-globule/issues"
- },
- "dependencies": {
- "glob": "~3.1.21",
- "lodash": "~1.0.1",
- "minimatch": "~0.2.11"
- },
- "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"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "homepage": "https://github.com/cowboy/node-globule",
- "keywords": [
- "glob",
- "file",
- "match",
- "mapping",
- "expand",
- "wildcard",
- "pattern",
- "sync",
- "awesome"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/cowboy/node-globule/blob/master/LICENSE-MIT"
- }
- ],
- "main": "lib/globule",
- "name": "globule",
- "repository": {
- "type": "git",
- "url": "git://github.com/cowboy/node-globule.git"
- },
- "scripts": {
- "test": "grunt nodeunit"
- },
- "version": "0.1.0"
- }
|