package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.14.0",
  3. "_id": "@babel/helper-validator-identifier@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.14.0",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/highlight"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
  23. "_shasum": "d26cad8a47c65286b15df1547319a5d0bcf27288",
  24. "_spec": "@babel/helper-validator-identifier@^7.14.0",
  25. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/@babel/highlight",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Validate identifier/keywords name",
  32. "devDependencies": {
  33. "@babel/helper-validator-identifier-baseline": "npm:@babel/helper-validator-identifier@7.10.4",
  34. "@unicode/unicode-13.0.0": "^1.0.6",
  35. "benchmark": "^2.1.4",
  36. "charcodes": "^0.2.0"
  37. },
  38. "exports": "./lib/index.js",
  39. "homepage": "https://github.com/babel/babel#readme",
  40. "license": "MIT",
  41. "main": "./lib/index.js",
  42. "name": "@babel/helper-validator-identifier",
  43. "publishConfig": {
  44. "access": "public"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/babel/babel.git",
  49. "directory": "packages/babel-helper-validator-identifier"
  50. },
  51. "version": "7.14.0"
  52. }