package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.14.5",
  3. "_id": "@babel/helper-validator-identifier@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.14.5",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-module-transforms",
  21. "/@babel/highlight",
  22. "/@babel/plugin-transform-modules-systemjs",
  23. "/@babel/types"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz",
  26. "_shasum": "d0f0e277c512e0c938277faa85a3968c9a44c0e8",
  27. "_spec": "@babel/helper-validator-identifier@^7.14.5",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\highlight",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Validate identifier/keywords name",
  39. "devDependencies": {
  40. "@babel/helper-validator-identifier-baseline": "npm:@babel/helper-validator-identifier@7.10.4",
  41. "@unicode/unicode-13.0.0": "^1.0.6",
  42. "benchmark": "^2.1.4",
  43. "charcodes": "^0.2.0"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "exports": "./lib/index.js",
  49. "homepage": "https://github.com/babel/babel#readme",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-validator-identifier",
  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-validator-identifier"
  60. },
  61. "version": "7.14.5"
  62. }