summaryrefslogtreecommitdiffstats
path: root/node_modules/import-local/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/import-local/package.json
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/import-local/package.json')
-rw-r--r--node_modules/import-local/package.json85
1 files changed, 0 insertions, 85 deletions
diff --git a/node_modules/import-local/package.json b/node_modules/import-local/package.json
deleted file mode 100644
index cbd29e6..0000000
--- a/node_modules/import-local/package.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "_from": "import-local@^2.0.0",
- "_id": "import-local@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
- "_location": "/import-local",
- "_phantomChildren": {
- "path-exists": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "import-local@^2.0.0",
- "name": "import-local",
- "escapedName": "import-local",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/webpack-cli"
- ],
- "_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
- "_shasum": "55070be38a5993cf18ef6db7e961f5bee5c5a09d",
- "_spec": "import-local@^2.0.0",
- "_where": "/home/pruss/Dev/3-minute-website/node_modules/webpack-cli",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bin": {
- "import-local-fixture": "fixtures/cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/import-local/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "pkg-dir": "^3.0.0",
- "resolve-cwd": "^2.0.0"
- },
- "deprecated": false,
- "description": "Let a globally installed package use a locally installed version of itself if available",
- "devDependencies": {
- "ava": "*",
- "cpy": "^7.0.1",
- "del": "^3.0.0",
- "execa": "^0.11.0",
- "xo": "*"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "fixtures/cli.js"
- ],
- "homepage": "https://github.com/sindresorhus/import-local#readme",
- "keywords": [
- "import",
- "local",
- "require",
- "resolve",
- "global",
- "version",
- "prefer",
- "cli"
- ],
- "license": "MIT",
- "name": "import-local",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/import-local.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.0",
- "xo": {
- "ignores": [
- "fixtures"
- ]
- }
-}