File: //var/www/tana/frontend/node_modules/to-absolute-glob/package.json
{
  "_args": [
    [
      "to-absolute-glob@0.1.1",
      "C:\\OSPanel\\domains\\tana\\frontend"
    ]
  ],
  "_development": true,
  "_from": "to-absolute-glob@0.1.1",
  "_id": "to-absolute-glob@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=",
  "_location": "/to-absolute-glob",
  "_phantomChildren": {
    "is-extendable": "0.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "to-absolute-glob@0.1.1",
    "name": "to-absolute-glob",
    "escapedName": "to-absolute-glob",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/decompress/glob-stream",
    "/download/glob-stream"
  ],
  "_resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz",
  "_spec": "0.1.1",
  "_where": "C:\\OSPanel\\domains\\tana\\frontend",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/to-absolute-glob/issues"
  },
  "dependencies": {
    "extend-shallow": "^2.0.1"
  },
  "description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/to-absolute-glob",
  "keywords": [
    "resolve",
    "pattern",
    "absolute",
    "glob"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "to-absolute-glob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/to-absolute-glob.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "is-glob",
        "is-valid-glob",
        "has-glob"
      ]
    }
  },
  "version": "0.1.1"
}