Gazebo_simulation-Frontend/node_modules/resolve-cwd/package.json

78 lines
1.7 KiB
JSON

{
"_args": [
[
"resolve-cwd@2.0.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "resolve-cwd@2.0.0",
"_id": "resolve-cwd@2.0.0",
"_inBundle": false,
"_integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
"_location": "/resolve-cwd",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve-cwd@2.0.0",
"name": "resolve-cwd",
"escapedName": "resolve-cwd",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/import-local",
"/webpack-dev-server/import-local"
],
"_resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/resolve-cwd/issues"
},
"dependencies": {
"resolve-from": "^3.0.0"
},
"description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"cwd",
"current",
"working",
"directory",
"import"
],
"license": "MIT",
"name": "resolve-cwd",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/resolve-cwd.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}