source: imaps-frontend/node_modules/acorn/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

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