Gazebo_simulation-Frontend/node_modules/import-from/package.json

42 lines
824 B
JSON
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name": "import-from",
"version": "2.1.0",
"description": "Import a module like with `require()` but from a given path",
"license": "MIT",
"repository": "sindresorhus/import-from",
2020-12-21 11:29:31 -04:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
2021-02-25 11:57:52 -04:00
"scripts": {
"test": "xo && ava"
},
2020-12-21 11:29:31 -04:00
"files": [
"index.js"
],
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"import",
"path"
],
2021-02-25 11:57:52 -04:00
"dependencies": {
"resolve-from": "^3.0.0"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"devDependencies": {
"ava": "*",
"xo": "*"
}
,"_resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz"
,"_integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E="
,"_from": "import-from@2.1.0"
}