package.json 950 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@babel/helper-validator-identifier",
  3. "version": "7.12.11",
  4. "description": "Validate identifier/keywords name",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-validator-identifier"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "./lib/index.js",
  15. "exports": "./lib/index.js",
  16. "devDependencies": {
  17. "charcodes": "^0.2.0",
  18. "unicode-13.0.0": "^0.8.0"
  19. },
  20. "__npminstall_done": "Thu Dec 24 2020 20:20:31 GMT+0800 (CST)",
  21. "_from": "@babel/helper-validator-identifier@7.12.11",
  22. "_resolved": "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz?cache=0&sync_timestamp=1608076959746&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.12.11.tgz"
  23. }