source: imaps-frontend/node_modules/@babel/helper-string-parser/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
Line 
1{
2 "_from": "@babel/helper-string-parser@^7.25.9",
3 "_id": "@babel/helper-string-parser@7.25.9",
4 "_inBundle": false,
5 "_integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
6 "_location": "/@babel/helper-string-parser",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/helper-string-parser@^7.25.9",
12 "name": "@babel/helper-string-parser",
13 "escapedName": "@babel%2fhelper-string-parser",
14 "scope": "@babel",
15 "rawSpec": "^7.25.9",
16 "saveSpec": null,
17 "fetchSpec": "^7.25.9"
18 },
19 "_requiredBy": [
20 "/@babel/types"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
23 "_shasum": "1aabb72ee72ed35789b4bbcad3ca2862ce614e8c",
24 "_spec": "@babel/helper-string-parser@^7.25.9",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/types",
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": "A utility package to parse strings",
36 "devDependencies": {
37 "charcodes": "^0.2.0"
38 },
39 "engines": {
40 "node": ">=6.9.0"
41 },
42 "exports": {
43 ".": {
44 "types": "./lib/index.d.ts",
45 "default": "./lib/index.js"
46 },
47 "./package.json": "./package.json"
48 },
49 "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",
50 "license": "MIT",
51 "main": "./lib/index.js",
52 "name": "@babel/helper-string-parser",
53 "publishConfig": {
54 "access": "public"
55 },
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/babel/babel.git",
59 "directory": "packages/babel-helper-string-parser"
60 },
61 "type": "commonjs",
62 "version": "7.25.9"
63}
Note: See TracBrowser for help on using the repository browser.