source: trip-planner-front/node_modules/acorn/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "acorn@8.5.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "acorn@8.5.0",
10 "_id": "acorn@8.5.0",
11 "_inBundle": false,
12 "_integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==",
13 "_location": "/acorn",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "acorn@8.5.0",
19 "name": "acorn",
20 "escapedName": "acorn",
21 "rawSpec": "8.5.0",
22 "saveSpec": null,
23 "fetchSpec": "8.5.0"
24 },
25 "_requiredBy": [
26 "/webpack"
27 ],
28 "_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz",
29 "_spec": "8.5.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bin": {
32 "acorn": "bin/acorn"
33 },
34 "bugs": {
35 "url": "https://github.com/acornjs/acorn/issues"
36 },
37 "description": "ECMAScript parser",
38 "engines": {
39 "node": ">=0.4.0"
40 },
41 "exports": {
42 ".": [
43 {
44 "import": "./dist/acorn.mjs",
45 "require": "./dist/acorn.js",
46 "default": "./dist/acorn.js"
47 },
48 "./dist/acorn.js"
49 ],
50 "./package.json": "./package.json"
51 },
52 "homepage": "https://github.com/acornjs/acorn",
53 "license": "MIT",
54 "main": "dist/acorn.js",
55 "maintainers": [
56 {
57 "name": "Marijn Haverbeke",
58 "email": "marijnh@gmail.com",
59 "url": "https://marijnhaverbeke.nl"
60 },
61 {
62 "name": "Ingvar Stepanyan",
63 "email": "me@rreverser.com",
64 "url": "https://rreverser.com/"
65 },
66 {
67 "name": "Adrian Heine",
68 "url": "http://adrianheine.de"
69 }
70 ],
71 "module": "dist/acorn.mjs",
72 "name": "acorn",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/acornjs/acorn.git"
76 },
77 "scripts": {
78 "prepare": "cd ..; npm run build:main && npm run build:bin"
79 },
80 "types": "dist/acorn.d.ts",
81 "version": "8.5.0"
82}
Note: See TracBrowser for help on using the repository browser.