1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "@babel/helper-validator-option@^7.14.5",
- "_id": "@babel/helper-validator-option@7.14.5",
- "_inBundle": false,
- "_integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==",
- "_location": "/@babel/helper-validator-option",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helper-validator-option@^7.14.5",
- "name": "@babel/helper-validator-option",
- "escapedName": "@babel%2fhelper-validator-option",
- "scope": "@babel",
- "rawSpec": "^7.14.5",
- "saveSpec": null,
- "fetchSpec": "^7.14.5"
- },
- "_requiredBy": [
- "/@babel/helper-compilation-targets",
- "/@babel/preset-env",
- "/@babel/preset-react",
- "/babel-preset-react-app/@babel/preset-env"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",
- "_shasum": "6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3",
- "_spec": "@babel/helper-validator-option@^7.14.5",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\preset-env",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Validate plugin/preset options",
- "engines": {
- "node": ">=6.9.0"
- },
- "exports": "./lib/index.js",
- "homepage": "https://github.com/babel/babel#readme",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/helper-validator-option",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-validator-option"
- },
- "version": "7.14.5"
- }
|