Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helper-string-parser/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@babel/helper-string-parser", 3 "version": "7.25.9", 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, 4 35 "description": "A utility package to parse strings", 5 "repository": {6 "type": "git",7 "url": "https://github.com/babel/babel.git",8 "directory": "packages/babel-helper-string-parser"9 },10 "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",11 "license": "MIT",12 "publishConfig": {13 "access": "public"14 },15 "main": "./lib/index.js",16 36 "devDependencies": { 17 37 "charcodes": "^0.2.0" … … 20 40 "node": ">=6.9.0" 21 41 }, 22 "author": "The Babel Team (https://babel.dev/team)",23 42 "exports": { 24 43 ".": { … … 28 47 "./package.json": "./package.json" 29 48 }, 30 "type": "commonjs" 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" 31 63 }
Note:
See TracChangeset
for help on using the changeset viewer.