package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.9.0",
  3. "_id": "@babel/helper-validator-identifier@7.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.9.0",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.9.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.9.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/highlight",
  21. "/@babel/types"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz",
  24. "_shasum": "ad53562a7fc29b3b9a91bbf7d10397fd146346ed",
  25. "_spec": "@babel/helper-validator-identifier@^7.9.0",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\highlight",
  27. "bundleDependencies": false,
  28. "deprecated": false,
  29. "description": "Validate identifier/keywords name",
  30. "devDependencies": {
  31. "charcodes": "^0.2.0",
  32. "unicode-13.0.0": "^0.8.0"
  33. },
  34. "exports": "./lib/index.js",
  35. "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  36. "license": "MIT",
  37. "main": "./lib/index.js",
  38. "name": "@babel/helper-validator-identifier",
  39. "publishConfig": {
  40. "access": "public"
  41. },
  42. "repository": {
  43. "type": "git",
  44. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-validator-identifier"
  45. },
  46. "version": "7.9.0"
  47. }