source: imaps-frontend/node_modules/@babel/helpers/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.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "@babel/helpers@^7.26.0",
3 "_id": "@babel/helpers@7.26.0",
4 "_inBundle": false,
5 "_integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
6 "_location": "/@babel/helpers",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/helpers@^7.26.0",
12 "name": "@babel/helpers",
13 "escapedName": "@babel%2fhelpers",
14 "scope": "@babel",
15 "rawSpec": "^7.26.0",
16 "saveSpec": null,
17 "fetchSpec": "^7.26.0"
[d565449]18 },
[79a0317]19 "_requiredBy": [
20 "/@babel/core"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
23 "_shasum": "30e621f1eba5aa45fe6f4868d2e9154d884119a4",
24 "_spec": "@babel/helpers@^7.26.0",
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"
[d565449]29 },
[79a0317]30 "bugs": {
31 "url": "https://github.com/babel/babel/issues"
32 },
33 "bundleDependencies": false,
[d565449]34 "dependencies": {
[0c6b92a]35 "@babel/template": "^7.25.9",
36 "@babel/types": "^7.26.0"
[d565449]37 },
[79a0317]38 "deprecated": false,
39 "description": "Collection of helper functions used by Babel transforms.",
[d565449]40 "devDependencies": {
[0c6b92a]41 "@babel/generator": "^7.26.0",
42 "@babel/helper-plugin-test-runner": "^7.25.9",
43 "@babel/parser": "^7.26.0",
[d565449]44 "regenerator-runtime": "^0.14.0"
45 },
46 "engines": {
47 "node": ">=6.9.0"
48 },
[79a0317]49 "homepage": "https://babel.dev/docs/en/next/babel-helpers",
50 "license": "MIT",
51 "main": "./lib/index.js",
52 "name": "@babel/helpers",
53 "publishConfig": {
54 "access": "public"
55 },
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/babel/babel.git",
59 "directory": "packages/babel-helpers"
60 },
61 "type": "commonjs",
62 "version": "7.26.0"
63}
Note: See TracBrowser for help on using the repository browser.