forked from daren.hsu/line_push
77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
||
"_args": [
|
||
[
|
||
"dimport@1.0.0",
|
||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||
]
|
||
],
|
||
"_from": "dimport@1.0.0",
|
||
"_id": "dimport@1.0.0",
|
||
"_inBundle": false,
|
||
"_integrity": "sha512-r5Cb8jvJ9YOTKQje2wrD6ncjpyDM4l94+OqgatYNzTb0viKS0/XomCjty1+F827u1pBiPt1ubSYdowZfE1L5Tw==",
|
||
"_location": "/dimport",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"type": "version",
|
||
"registry": true,
|
||
"raw": "dimport@1.0.0",
|
||
"name": "dimport",
|
||
"escapedName": "dimport",
|
||
"rawSpec": "1.0.0",
|
||
"saveSpec": null,
|
||
"fetchSpec": "1.0.0"
|
||
},
|
||
"_requiredBy": [
|
||
"/webpack-external-import"
|
||
],
|
||
"_resolved": "https://registry.npmjs.org/dimport/-/dimport-1.0.0.tgz",
|
||
"_spec": "1.0.0",
|
||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||
"author": {
|
||
"name": "Luke Edwards",
|
||
"email": "luke.edwards05@gmail.com",
|
||
"url": "lukeed.com"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/lukeed/dimport/issues"
|
||
},
|
||
"dependencies": {
|
||
"rewrite-imports": "^2.0.3"
|
||
},
|
||
"description": "Run ES Module syntax in any browser – even IE!",
|
||
"devDependencies": {
|
||
"eslint": "^5.16.0",
|
||
"microbundle": "^0.11.0"
|
||
},
|
||
"files": [
|
||
"dist",
|
||
"legacy",
|
||
"nomodule"
|
||
],
|
||
"homepage": "https://github.com/lukeed/dimport#readme",
|
||
"keywords": [
|
||
"esm",
|
||
"dynamic",
|
||
"dynamic-import",
|
||
"polyfill",
|
||
"imports",
|
||
"import",
|
||
"module"
|
||
],
|
||
"license": "MIT",
|
||
"main": "dist/index.js",
|
||
"module": "dist/index.mjs",
|
||
"name": "dimport",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/lukeed/dimport.git"
|
||
},
|
||
"scripts": {
|
||
"build": "rm -rf nomodule legacy dist && node bin",
|
||
"test": "eslint src bin"
|
||
},
|
||
"umd:main": "dist/index.min.js",
|
||
"unpkg": "dist/index.min.js",
|
||
"version": "1.0.0"
|
||
}
|