{ "_args": [ [ "import-cwd@3.0.0", "/d" ] ], "_from": "import-cwd@3.0.0", "_id": "import-cwd@3.0.0", "_inBundle": false, "_integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", "_location": "/import-cwd", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "import-cwd@3.0.0", "name": "import-cwd", "escapedName": "import-cwd", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/postcss-load-config" ], "_resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", "_spec": "3.0.0", "_where": "/d", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/import-cwd/issues" }, "dependencies": { "import-from": "^3.0.0" }, "description": "Import a module like with `require()` but from the current working directory", "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-cwd#readme", "keywords": [ "require", "resolve", "path", "module", "from", "like", "cwd", "current", "working", "directory", "import" ], "license": "MIT", "name": "import-cwd", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/import-cwd.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "3.0.0" }