source: imaps-frontend/node_modules/@babel/compat-data/package.json@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "@babel/compat-data@^7.25.9",
3 "_id": "@babel/compat-data@7.26.3",
4 "_inBundle": false,
5 "_integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==",
6 "_location": "/@babel/compat-data",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/compat-data@^7.25.9",
12 "name": "@babel/compat-data",
13 "escapedName": "@babel%2fcompat-data",
14 "scope": "@babel",
15 "rawSpec": "^7.25.9",
16 "saveSpec": null,
17 "fetchSpec": "^7.25.9"
[d565449]18 },
[79a0317]19 "_requiredBy": [
20 "/@babel/helper-compilation-targets"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz",
23 "_shasum": "99488264a56b2aded63983abd6a417f03b92ed02",
24 "_spec": "@babel/compat-data@^7.25.9",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/helper-compilation-targets",
26 "author": {
27 "name": "The Babel Team",
28 "url": "https://babel.dev/team"
29 },
30 "bugs": {
31 "url": "https://github.com/babel/babel/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "The compat-data to determine required Babel plugins",
36 "devDependencies": {
37 "@mdn/browser-compat-data": "^5.5.36",
38 "core-js-compat": "^3.37.1",
39 "electron-to-chromium": "^1.4.816"
40 },
41 "engines": {
42 "node": ">=6.9.0"
[d565449]43 },
44 "exports": {
45 "./plugins": "./plugins.js",
46 "./native-modules": "./native-modules.js",
47 "./corejs2-built-ins": "./corejs2-built-ins.js",
48 "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
49 "./overlapping-plugins": "./overlapping-plugins.js",
50 "./plugin-bugfixes": "./plugin-bugfixes.js"
51 },
[79a0317]52 "homepage": "https://github.com/babel/babel#readme",
[d565449]53 "keywords": [
54 "babel",
55 "compat-table",
56 "compat-data"
57 ],
[79a0317]58 "license": "MIT",
59 "name": "@babel/compat-data",
60 "publishConfig": {
61 "access": "public"
[d565449]62 },
[79a0317]63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/babel/babel.git",
66 "directory": "packages/babel-compat-data"
67 },
68 "scripts": {
69 "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
[d565449]70 },
[79a0317]71 "type": "commonjs",
72 "version": "7.26.3"
73}
Note: See TracBrowser for help on using the repository browser.