This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/import-cwd/package.json

42 lines
724 B
JSON

{
"name": "import-cwd",
"version": "2.1.0",
"description": "Import a module like with `require()` but from the current working directory",
"license": "MIT",
"repository": "sindresorhus/import-cwd",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"cwd",
"current",
"working",
"directory",
"import"
],
"dependencies": {
"import-from": "^2.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}