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

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

primeNG components

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