first commit
This commit is contained in:
0
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-cjs/file.cjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-cjs/file.cjs
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-cjs/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-cjs/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-module-cjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "bad",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-js/file.js
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-js/file.js
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-js/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-js/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-module-js",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "file.js",
|
||||
"type": "bad",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-mjs/file.mjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-mjs/file.mjs
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-mjs/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-bad-mjs/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-module-mjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "bad",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-cjs/file.cjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-cjs/file.cjs
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-cjs/package.json
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-cjs/package.json
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "type-commonjs-cjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-js/file.js
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-js/file.js
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-js/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-js/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-commonjs-js",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "file.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-mjs/file.mjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-mjs/file.mjs
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-mjs/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-commonjs-mjs/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-commonjs-mjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-module-cjs/file.cjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-module-cjs/file.cjs
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-module-cjs/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-module-cjs/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-module-cjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-module-js/file.js
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-module-js/file.js
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-module-js/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-module-js/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-module-js",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "file.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-module-mjs/file.mjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-module-mjs/file.mjs
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-module-mjs/package.json
generated
vendored
Normal file
13
app_vue/node_modules/is-file-esm/test/fixtures/type-module-mjs/package.json
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "type-module-mjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-cjs/file.cjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-cjs/file.cjs
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-cjs/package.json
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-cjs/package.json
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "type-undefined-cjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-js/file.js
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-js/file.js
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-js/package.json
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-js/package.json
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "type-undefined-js",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "file.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
0
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-mjs/file.mjs
generated
vendored
Normal file
0
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-mjs/file.mjs
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-mjs/package.json
generated
vendored
Normal file
12
app_vue/node_modules/is-file-esm/test/fixtures/type-undefined-mjs/package.json
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "type-undefined-mjs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user