source: trip-planner-front/node_modules/es-module-lexer/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "es-module-lexer@0.7.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "es-module-lexer@0.7.1",
10 "_id": "es-module-lexer@0.7.1",
11 "_inBundle": false,
12 "_integrity": "sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==",
13 "_location": "/es-module-lexer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "es-module-lexer@0.7.1",
19 "name": "es-module-lexer",
20 "escapedName": "es-module-lexer",
21 "rawSpec": "0.7.1",
22 "saveSpec": null,
23 "fetchSpec": "0.7.1"
24 },
25 "_requiredBy": [
26 "/webpack"
27 ],
28 "_resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.7.1.tgz",
29 "_spec": "0.7.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Guy Bedford"
33 },
34 "bugs": {
35 "url": "https://github.com/guybedford/es-module-lexer/issues"
36 },
37 "description": "Lexes ES modules returning their import/export metadata",
38 "devDependencies": {
39 "@babel/cli": "^7.5.5",
40 "@babel/core": "^7.5.5",
41 "@babel/plugin-transform-modules-commonjs": "^7.5.0",
42 "kleur": "^2.0.2",
43 "mocha": "^5.2.0",
44 "terser": "^4.1.4"
45 },
46 "exports": {
47 "module": "./dist/lexer.js",
48 "import": "./dist/lexer.js",
49 "require": "./dist/lexer.cjs"
50 },
51 "files": [
52 "dist",
53 "types"
54 ],
55 "homepage": "https://github.com/guybedford/es-module-lexer#readme",
56 "license": "MIT",
57 "main": "dist/lexer.cjs",
58 "module": "dist/lexer.js",
59 "name": "es-module-lexer",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/guybedford/es-module-lexer.git"
63 },
64 "scripts": {
65 "bench": "node --experimental-modules --expose-gc bench/index.js",
66 "build": "node --experimental-modules build.js && babel dist/lexer.js | terser -o dist/lexer.cjs",
67 "build-wasm": "make lib/lexer.wasm && node build.js",
68 "footprint": "npm run build && cat dist/lexer.js | gzip -9f | wc -c",
69 "prepublishOnly": "npm run build",
70 "test": "NODE_OPTIONS=\"--experimental-modules\" mocha -b -u tdd test/*.cjs"
71 },
72 "type": "module",
73 "types": "types/lexer.d.ts",
74 "version": "0.7.1"
75}
Note: See TracBrowser for help on using the repository browser.