Gazebo_simulation-Frontend/node_modules/glob-parent/package.json

66 lines
1.5 KiB
JSON

{
"_args": [
[
"glob-parent@2.0.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_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": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"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"
}