Dotawo/node_modules/import-from/package.json

72 lines
1.7 KiB
JSON

{
"_from": "import-from@^3.0.0",
"_id": "import-from@3.0.0",
"_inBundle": false,
"_integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==",
"_location": "/import-from",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "import-from@^3.0.0",
"name": "import-from",
"escapedName": "import-from",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/import-cwd"
],
"_resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz",
"_shasum": "055cfec38cd5a27d8057ca51376d7d3bf0891966",
"_spec": "import-from@^3.0.0",
"_where": "/home/l/Dotawo/node_modules/import-cwd",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/import-from/issues"
},
"bundleDependencies": false,
"dependencies": {
"resolve-from": "^5.0.0"
},
"deprecated": false,
"description": "Import a module like with `require()` but from a given path",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/import-from#readme",
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"import",
"path"
],
"license": "MIT",
"name": "import-from",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/import-from.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}