You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.2 KiB
75 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"es-module-lexer@0.7.1",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "es-module-lexer@0.7.1",
|
|
"_id": "es-module-lexer@0.7.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==",
|
|
"_location": "/es-module-lexer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "es-module-lexer@0.7.1",
|
|
"name": "es-module-lexer",
|
|
"escapedName": "es-module-lexer",
|
|
"rawSpec": "0.7.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.7.1.tgz",
|
|
"_spec": "0.7.1",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"author": {
|
|
"name": "Guy Bedford"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/guybedford/es-module-lexer/issues"
|
|
},
|
|
"description": "Lexes ES modules returning their import/export metadata",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
|
|
"kleur": "^2.0.2",
|
|
"mocha": "^5.2.0",
|
|
"terser": "^4.1.4"
|
|
},
|
|
"exports": {
|
|
"module": "./dist/lexer.js",
|
|
"import": "./dist/lexer.js",
|
|
"require": "./dist/lexer.cjs"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"homepage": "https://github.com/guybedford/es-module-lexer#readme",
|
|
"license": "MIT",
|
|
"main": "dist/lexer.cjs",
|
|
"module": "dist/lexer.js",
|
|
"name": "es-module-lexer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/guybedford/es-module-lexer.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node --experimental-modules --expose-gc bench/index.js",
|
|
"build": "node --experimental-modules build.js && babel dist/lexer.js | terser -o dist/lexer.cjs",
|
|
"build-wasm": "make lib/lexer.wasm && node build.js",
|
|
"footprint": "npm run build && cat dist/lexer.js | gzip -9f | wc -c",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "NODE_OPTIONS=\"--experimental-modules\" mocha -b -u tdd test/*.cjs"
|
|
},
|
|
"type": "module",
|
|
"types": "types/lexer.d.ts",
|
|
"version": "0.7.1"
|
|
}
|