11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "cjs-module-lexer",
31cb0ef41Sopenharmony_ci  "version": "1.2.2",
41cb0ef41Sopenharmony_ci  "description": "Lexes CommonJS modules, returning their named exports metadata",
51cb0ef41Sopenharmony_ci  "main": "lexer.js",
61cb0ef41Sopenharmony_ci  "exports": {
71cb0ef41Sopenharmony_ci    "import": "./dist/lexer.mjs",
81cb0ef41Sopenharmony_ci    "default": "./lexer.js"
91cb0ef41Sopenharmony_ci  },
101cb0ef41Sopenharmony_ci  "types": "lexer.d.ts",
111cb0ef41Sopenharmony_ci  "scripts": {
121cb0ef41Sopenharmony_ci    "test-js": "mocha -b -u tdd test/*.js",
131cb0ef41Sopenharmony_ci    "test-wasm": "WASM=1 mocha -b -u tdd test/*.js",
141cb0ef41Sopenharmony_ci    "test": "npm run test-wasm && npm run test-js",
151cb0ef41Sopenharmony_ci    "bench": "node --expose-gc bench/index.mjs",
161cb0ef41Sopenharmony_ci    "build": "node build.js && babel dist/lexer.mjs | terser -o dist/lexer.js",
171cb0ef41Sopenharmony_ci    "build-wasm": "make lib/lexer.wasm && node build.js",
181cb0ef41Sopenharmony_ci    "prepublishOnly": "make && npm run build",
191cb0ef41Sopenharmony_ci    "footprint": "npm run build && cat dist/lexer.js | gzip -9f | wc -c"
201cb0ef41Sopenharmony_ci  },
211cb0ef41Sopenharmony_ci  "author": "Guy Bedford",
221cb0ef41Sopenharmony_ci  "license": "MIT",
231cb0ef41Sopenharmony_ci  "devDependencies": {
241cb0ef41Sopenharmony_ci    "@babel/cli": "^7.5.5",
251cb0ef41Sopenharmony_ci    "@babel/core": "^7.5.5",
261cb0ef41Sopenharmony_ci    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
271cb0ef41Sopenharmony_ci    "kleur": "^2.0.2",
281cb0ef41Sopenharmony_ci    "mocha": "^5.2.0",
291cb0ef41Sopenharmony_ci    "terser": "^4.1.4"
301cb0ef41Sopenharmony_ci  },
311cb0ef41Sopenharmony_ci  "files": [
321cb0ef41Sopenharmony_ci    "dist",
331cb0ef41Sopenharmony_ci    "lexer.d.ts"
341cb0ef41Sopenharmony_ci  ],
351cb0ef41Sopenharmony_ci  "repository": {
361cb0ef41Sopenharmony_ci    "type": "git",
371cb0ef41Sopenharmony_ci    "url": "git+https://github.com/guybedford/cjs-module-lexer.git"
381cb0ef41Sopenharmony_ci  },
391cb0ef41Sopenharmony_ci  "bugs": {
401cb0ef41Sopenharmony_ci    "url": "https://github.com/guybedford/cjs-module-lexer/issues"
411cb0ef41Sopenharmony_ci  },
421cb0ef41Sopenharmony_ci  "homepage": "https://github.com/guybedford/cjs-module-lexer#readme"
431cb0ef41Sopenharmony_ci}
44