[d565449] | 1 | {
|
---|
[79a0317] | 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,
|
---|
[d565449] | 37 | "description": "Validate identifier/keywords name",
|
---|
[79a0317] | 38 | "devDependencies": {
|
---|
| 39 | "@unicode/unicode-16.0.0": "^1.0.0",
|
---|
| 40 | "charcodes": "^0.2.0"
|
---|
[d565449] | 41 | },
|
---|
[79a0317] | 42 | "engines": {
|
---|
| 43 | "node": ">=6.9.0"
|
---|
[d565449] | 44 | },
|
---|
| 45 | "exports": {
|
---|
| 46 | ".": {
|
---|
| 47 | "types": "./lib/index.d.ts",
|
---|
| 48 | "default": "./lib/index.js"
|
---|
| 49 | },
|
---|
| 50 | "./package.json": "./package.json"
|
---|
| 51 | },
|
---|
[79a0317] | 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"
|
---|
[d565449] | 58 | },
|
---|
[79a0317] | 59 | "repository": {
|
---|
| 60 | "type": "git",
|
---|
| 61 | "url": "git+https://github.com/babel/babel.git",
|
---|
| 62 | "directory": "packages/babel-helper-validator-identifier"
|
---|
[d565449] | 63 | },
|
---|
[79a0317] | 64 | "type": "commonjs",
|
---|
| 65 | "version": "7.25.9"
|
---|
| 66 | }
|
---|