package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.15.7",
  3. "_id": "@babel/helper-validator-identifier@7.15.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ig35k7/pBKSmsCq08zhaXr9uI4k=",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.15.7",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.15.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.15.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/highlight"
  21. ],
  22. "_resolved": "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.15.7.tgz?cache=0&sync_timestamp=1631920000984&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.15.7.tgz",
  23. "_shasum": "220df993bfe904a4a6b02ab4f3385a5ebf6e2389",
  24. "_spec": "@babel/helper-validator-identifier@^7.15.7",
  25. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/@babel/highlight",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Validate identifier/keywords name",
  36. "devDependencies": {
  37. "@unicode/unicode-14.0.0": "^1.2.1",
  38. "charcodes": "^0.2.0"
  39. },
  40. "engines": {
  41. "node": ">=6.9.0"
  42. },
  43. "exports": "./lib/index.js",
  44. "homepage": "https://github.com/babel/babel#readme",
  45. "license": "MIT",
  46. "main": "./lib/index.js",
  47. "name": "@babel/helper-validator-identifier",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-helper-validator-identifier"
  55. },
  56. "version": "7.15.7"
  57. }