123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_args": [
- [
- "glob-parent@2.0.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "glob-parent@2.0.0",
- "_id": "glob-parent@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
- "_location": "/glob-parent",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "glob-parent@2.0.0",
- "name": "glob-parent",
- "escapedName": "glob-parent",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/glob-base"
- ],
- "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Elan Shanker"
- },
- "bugs": {
- "url": "https://github.com/es128/glob-parent/issues"
- },
- "dependencies": {
- "is-glob": "^2.0.0"
- },
- "description": "Strips glob magic from a string to provide the parent path",
- "devDependencies": {
- "coveralls": "^2.11.2",
- "istanbul": "^0.3.5",
- "mocha": "^2.1.0"
- },
- "homepage": "https://github.com/es128/glob-parent",
- "keywords": [
- "glob",
- "parent",
- "strip",
- "path",
- "directory",
- "base"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "glob-parent",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/es128/glob-parent.git"
- },
- "scripts": {
- "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
- },
- "version": "2.0.0"
- }
|