package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.14.9",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-validator-identifier@7.14.9",
  10. "_id": "@babel/helper-validator-identifier@7.14.9",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZlTRcbICT22O4VG/JQlpmRkTHUg=",
  13. "_location": "/@babel/helper-validator-identifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-validator-identifier@7.14.9",
  19. "name": "@babel/helper-validator-identifier",
  20. "escapedName": "@babel%2fhelper-validator-identifier",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.9"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-module-transforms",
  28. "/@babel/highlight",
  29. "/@babel/plugin-transform-modules-systemjs",
  30. "/@babel/types"
  31. ],
  32. "_resolved": "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.9.tgz?cache=0&sync_timestamp=1627804908574&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.14.9.tgz",
  33. "_spec": "7.14.9",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  35. "author": {
  36. "name": "The Babel Team",
  37. "url": "https://babel.dev/team"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/babel/babel/issues"
  41. },
  42. "description": "Validate identifier/keywords name",
  43. "devDependencies": {
  44. "@unicode/unicode-13.0.0": "^1.0.6",
  45. "charcodes": "^0.2.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "exports": "./lib/index.js",
  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.14.9"
  64. }