package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/helper-validator-identifier@7.24.6",
  3. "_id": "@babel/helper-validator-identifier@7.24.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@7.24.6",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "7.24.6",
  16. "saveSpec": null,
  17. "fetchSpec": "7.24.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-module-transforms",
  21. "/@babel/highlight",
  22. "/@babel/plugin-transform-modules-systemjs",
  23. "/@babel/types",
  24. "/miniprogram-ci"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
  27. "_shasum": "08bb6612b11bdec78f3feed3db196da682454a5e",
  28. "_spec": "@babel/helper-validator-identifier@7.24.6",
  29. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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-15.1.0": "^1.5.2",
  42. "charcodes": "^0.2.0"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "exports": {
  48. ".": {
  49. "types": "./lib/index.d.ts",
  50. "default": "./lib/index.js"
  51. },
  52. "./package.json": "./package.json"
  53. },
  54. "homepage": "https://github.com/babel/babel#readme",
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/helper-validator-identifier",
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-helper-validator-identifier"
  65. },
  66. "type": "commonjs",
  67. "version": "7.24.6"
  68. }