Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helper-validator-identifier/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@babel/helper-validator-identifier", 3 "version": "7.25.9", 2 "_from": "@babel/helper-validator-identifier@^7.25.9", 3 "_id": "@babel/helper-validator-identifier@7.25.9", 4 "_inBundle": false, 5 "_integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 6 "_location": "/@babel/helper-validator-identifier", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@babel/helper-validator-identifier@^7.25.9", 12 "name": "@babel/helper-validator-identifier", 13 "escapedName": "@babel%2fhelper-validator-identifier", 14 "scope": "@babel", 15 "rawSpec": "^7.25.9", 16 "saveSpec": null, 17 "fetchSpec": "^7.25.9" 18 }, 19 "_requiredBy": [ 20 "/@babel/code-frame", 21 "/@babel/helper-module-transforms", 22 "/@babel/types" 23 ], 24 "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 25 "_shasum": "24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7", 26 "_spec": "@babel/helper-validator-identifier@^7.25.9", 27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/code-frame", 28 "author": { 29 "name": "The Babel Team", 30 "url": "https://babel.dev/team" 31 }, 32 "bugs": { 33 "url": "https://github.com/babel/babel/issues" 34 }, 35 "bundleDependencies": false, 36 "deprecated": false, 4 37 "description": "Validate identifier/keywords name", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-validator-identifier" 38 "devDependencies": { 39 "@unicode/unicode-16.0.0": "^1.0.0", 40 "charcodes": "^0.2.0" 9 41 }, 10 "license": "MIT", 11 "publishConfig": { 12 "access": "public" 42 "engines": { 43 "node": ">=6.9.0" 13 44 }, 14 "main": "./lib/index.js",15 45 "exports": { 16 46 ".": { … … 20 50 "./package.json": "./package.json" 21 51 }, 22 "devDependencies": { 23 "@unicode/unicode-16.0.0": "^1.0.0", 24 "charcodes": "^0.2.0" 52 "homepage": "https://github.com/babel/babel#readme", 53 "license": "MIT", 54 "main": "./lib/index.js", 55 "name": "@babel/helper-validator-identifier", 56 "publishConfig": { 57 "access": "public" 25 58 }, 26 "engines": { 27 "node": ">=6.9.0" 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/babel/babel.git", 62 "directory": "packages/babel-helper-validator-identifier" 28 63 }, 29 " author": "The Babel Team (https://babel.dev/team)",30 " type": "commonjs"64 "type": "commonjs", 65 "version": "7.25.9" 31 66 }
Note:
See TracChangeset
for help on using the changeset viewer.