package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.12.11",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-validator-identifier@7.12.11",
  10. "_id": "@babel/helper-validator-identifier@7.12.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0=",
  13. "_location": "/@babel/helper-validator-identifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-validator-identifier@7.12.11",
  19. "name": "@babel/helper-validator-identifier",
  20. "escapedName": "@babel%2fhelper-validator-identifier",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.11",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.11"
  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.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz",
  33. "_spec": "7.12.11",
  34. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues"
  37. },
  38. "description": "Validate identifier/keywords name",
  39. "devDependencies": {
  40. "charcodes": "^0.2.0",
  41. "unicode-13.0.0": "^0.8.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.12.11"
  57. }