package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.10.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-validator-identifier@7.10.1",
  10. "_id": "@babel/helper-validator-identifier@7.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
  13. "_location": "/@babel/helper-validator-identifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-validator-identifier@7.10.1",
  19. "name": "@babel/helper-validator-identifier",
  20. "escapedName": "@babel%2fhelper-validator-identifier",
  21. "scope": "@babel",
  22. "rawSpec": "7.10.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.10.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/highlight",
  28. "/@babel/types"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
  31. "_spec": "7.10.1",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "description": "Validate identifier/keywords name",
  37. "devDependencies": {
  38. "charcodes": "^0.2.0",
  39. "unicode-13.0.0": "^0.8.0"
  40. },
  41. "exports": "./lib/index.js",
  42. "gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf",
  43. "homepage": "https://github.com/babel/babel#readme",
  44. "license": "MIT",
  45. "main": "./lib/index.js",
  46. "name": "@babel/helper-validator-identifier",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/babel/babel.git",
  53. "directory": "packages/babel-helper-validator-identifier"
  54. },
  55. "version": "7.10.1"
  56. }