package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-validator-identifier@7.22.5",
  10. "_id": "@babel/helper-validator-identifier@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  13. "_location": "/@babel/helper-validator-identifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-validator-identifier@7.22.5",
  19. "name": "@babel/helper-validator-identifier",
  20. "escapedName": "@babel%2fhelper-validator-identifier",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  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.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  33. "_spec": "7.22.5",
  34. "_where": "/Users/mac/projects/mime/mine",
  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-15.0.0": "^1.3.1",
  45. "charcodes": "^0.2.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "exports": {
  51. ".": "./lib/index.js",
  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.22.5"
  68. }