12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "import-global",
- "version": "0.1.0",
- "description": "Import a globally installed module",
- "license": "MIT",
- "repository": "sindresorhus/import-global",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "import",
- "global",
- "package",
- "module",
- "globally",
- "npm",
- "yarn",
- "packages",
- "require"
- ],
- "dependencies": {
- "global-dirs": "^0.1.0"
- },
- "devDependencies": {
- "ava": "*",
- "execa": "^0.7.0",
- "xo": "*"
- }
- }
|