package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.14.0",
  3. "_id": "@babel/helper-validator-identifier@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0mytikfGUoaxXfFUcxml0Lzycog=",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.14.0",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.0"
  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.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.0.tgz?cache=0&sync_timestamp=1619727388937&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.14.0.tgz",
  26. "_shasum": "d26cad8a47c65286b15df1547319a5d0bcf27288",
  27. "_spec": "@babel/helper-validator-identifier@^7.14.0",
  28. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\highlight",
  29. "bugs": {
  30. "url": "https://github.com/babel/babel/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Validate identifier/keywords name",
  35. "devDependencies": {
  36. "@babel/helper-validator-identifier-baseline": "npm:@babel/helper-validator-identifier@7.10.4",
  37. "@unicode/unicode-13.0.0": "^1.0.6",
  38. "benchmark": "^2.1.4",
  39. "charcodes": "^0.2.0"
  40. },
  41. "exports": "./lib/index.js",
  42. "homepage": "https://github.com/babel/babel#readme",
  43. "license": "MIT",
  44. "main": "./lib/index.js",
  45. "name": "@babel/helper-validator-identifier",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/babel/babel.git",
  52. "directory": "packages/babel-helper-validator-identifier"
  53. },
  54. "version": "7.14.0"
  55. }