package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.12.11",
  3. "_id": "@babel/helper-validator-identifier@7.12.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.12.11",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.11",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.11"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-module-transforms",
  21. "/@babel/highlight",
  22. "/@babel/plugin-transform-modules-systemjs",
  23. "/@babel/types"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
  26. "_shasum": "c9a1f021917dcb5ccf0d4e453e399022981fc9ed",
  27. "_spec": "@babel/helper-validator-identifier@^7.12.11",
  28. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\highlight",
  29. "bugs": {
  30. "url": "https://github.com/babel/babel/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Validate identifier/keywords name",
  35. "devDependencies": {
  36. "charcodes": "^0.2.0",
  37. "unicode-13.0.0": "^0.8.0"
  38. },
  39. "exports": "./lib/index.js",
  40. "homepage": "https://github.com/babel/babel#readme",
  41. "license": "MIT",
  42. "main": "./lib/index.js",
  43. "name": "@babel/helper-validator-identifier",
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/babel/babel.git",
  50. "directory": "packages/babel-helper-validator-identifier"
  51. },
  52. "version": "7.12.11"
  53. }