package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.14.9",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_from": "@babel/helper-validator-identifier@7.14.9",
  9. "_id": "@babel/helper-validator-identifier@7.14.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==",
  12. "_location": "/@babel/helper-validator-identifier",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/helper-validator-identifier@7.14.9",
  18. "name": "@babel/helper-validator-identifier",
  19. "escapedName": "@babel%2fhelper-validator-identifier",
  20. "scope": "@babel",
  21. "rawSpec": "7.14.9",
  22. "saveSpec": null,
  23. "fetchSpec": "7.14.9"
  24. },
  25. "_requiredBy": [
  26. "/@babel/types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz",
  29. "_spec": "7.14.9",
  30. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  31. "author": {
  32. "name": "The Babel Team",
  33. "url": "https://babel.dev/team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues"
  37. },
  38. "description": "Validate identifier/keywords name",
  39. "devDependencies": {
  40. "@unicode/unicode-13.0.0": "^1.0.6",
  41. "charcodes": "^0.2.0"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "exports": "./lib/index.js",
  47. "homepage": "https://github.com/babel/babel#readme",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/helper-validator-identifier",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-helper-validator-identifier"
  58. },
  59. "version": "7.14.9"
  60. }