- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-validator-identifier/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-validator-identifier", 3 "version": "7.15.7", 2 "_args": [ 3 [ 4 "@babel/helper-validator-identifier@7.15.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-validator-identifier@7.15.7", 10 "_id": "@babel/helper-validator-identifier@7.15.7", 11 "_inBundle": false, 12 "_integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", 13 "_location": "/@babel/helper-validator-identifier", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/helper-validator-identifier@7.15.7", 19 "name": "@babel/helper-validator-identifier", 20 "escapedName": "@babel%2fhelper-validator-identifier", 21 "scope": "@babel", 22 "rawSpec": "7.15.7", 23 "saveSpec": null, 24 "fetchSpec": "7.15.7" 25 }, 26 "_requiredBy": [ 27 "/@babel/helper-module-transforms", 28 "/@babel/highlight", 29 "/@babel/plugin-transform-modules-systemjs", 30 "/@babel/types" 31 ], 32 "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", 33 "_spec": "7.15.7", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "The Babel Team", 37 "url": "https://babel.dev/team" 38 }, 39 "bugs": { 40 "url": "https://github.com/babel/babel/issues" 41 }, 4 42 "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"9 },10 "license": "MIT",11 "publishConfig": {12 "access": "public"13 },14 "main": "./lib/index.js",15 "exports": "./lib/index.js",16 43 "devDependencies": { 17 44 "@unicode/unicode-14.0.0": "^1.2.1", … … 21 48 "node": ">=6.9.0" 22 49 }, 23 "author": "The Babel Team (https://babel.dev/team)" 50 "exports": "./lib/index.js", 51 "homepage": "https://github.com/babel/babel#readme", 52 "license": "MIT", 53 "main": "./lib/index.js", 54 "name": "@babel/helper-validator-identifier", 55 "publishConfig": { 56 "access": "public" 57 }, 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/babel/babel.git", 61 "directory": "packages/babel-helper-validator-identifier" 62 }, 63 "version": "7.15.7" 24 64 }
Note:
See TracChangeset
for help on using the changeset viewer.