source: imaps-frontend/node_modules/@babel/helper-compilation-targets/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: 2.2 KB
Line 
1{
2 "_from": "@babel/helper-compilation-targets@^7.25.9",
3 "_id": "@babel/helper-compilation-targets@7.25.9",
4 "_inBundle": false,
5 "_integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
6 "_location": "/@babel/helper-compilation-targets",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/helper-compilation-targets@^7.25.9",
12 "name": "@babel/helper-compilation-targets",
13 "escapedName": "@babel%2fhelper-compilation-targets",
14 "scope": "@babel",
15 "rawSpec": "^7.25.9",
16 "saveSpec": null,
17 "fetchSpec": "^7.25.9"
18 },
19 "_requiredBy": [
20 "/@babel/core"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
23 "_shasum": "55af025ce365be3cdc0c1c1e56c6af617ce88875",
24 "_spec": "@babel/helper-compilation-targets@^7.25.9",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
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 "dependencies": {
35 "@babel/compat-data": "^7.25.9",
36 "@babel/helper-validator-option": "^7.25.9",
37 "browserslist": "^4.24.0",
38 "lru-cache": "^5.1.1",
39 "semver": "^6.3.1"
40 },
41 "deprecated": false,
42 "description": "Helper functions on Babel compilation targets",
43 "devDependencies": {
44 "@babel/helper-plugin-test-runner": "^7.25.9",
45 "@types/lru-cache": "^5.1.1",
46 "@types/semver": "^5.5.0"
47 },
48 "engines": {
49 "node": ">=6.9.0"
50 },
51 "exports": {
52 ".": {
53 "types": "./lib/index.d.ts",
54 "default": "./lib/index.js"
55 },
56 "./package.json": "./package.json"
57 },
58 "homepage": "https://github.com/babel/babel#readme",
59 "keywords": [
60 "babel",
61 "babel-plugin"
62 ],
63 "license": "MIT",
64 "main": "./lib/index.js",
65 "name": "@babel/helper-compilation-targets",
66 "publishConfig": {
67 "access": "public"
68 },
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/babel/babel.git",
72 "directory": "packages/babel-helper-compilation-targets"
73 },
74 "type": "commonjs",
75 "version": "7.25.9"
76}
Note: See TracBrowser for help on using the repository browser.