package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.16.7",
  3. "_id": "@babel/helper-validator-identifier@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.16.7",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-module-transforms",
  21. "/@babel/highlight",
  22. "/@babel/plugin-transform-modules-systemjs",
  23. "/@babel/types",
  24. "/eslint-plugin-unicorn"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
  27. "_shasum": "e8c602438c4a8195751243da9031d1607d247cad",
  28. "_spec": "@babel/helper-validator-identifier@^7.16.7",
  29. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\highlight",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Validate identifier/keywords name",
  40. "devDependencies": {
  41. "@unicode/unicode-14.0.0": "^1.2.1",
  42. "charcodes": "^0.2.0"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "exports": {
  48. ".": "./lib/index.js",
  49. "./package.json": "./package.json"
  50. },
  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.16.7"
  64. }