package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.10.4",
  3. "_id": "@babel/helper-validator-identifier@7.10.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.10.4",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.10.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.10.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/highlight"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
  23. "_shasum": "a78c7a7251e01f616512d31b10adcf52ada5e0d2",
  24. "_spec": "@babel/helper-validator-identifier@^7.10.4",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\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. "charcodes": "^0.2.0",
  34. "unicode-13.0.0": "^0.8.0"
  35. },
  36. "exports": "./lib/index.js",
  37. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  38. "homepage": "https://github.com/babel/babel#readme",
  39. "license": "MIT",
  40. "main": "./lib/index.js",
  41. "name": "@babel/helper-validator-identifier",
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/babel/babel.git",
  48. "directory": "packages/babel-helper-validator-identifier"
  49. },
  50. "version": "7.10.4"
  51. }