Spaces:
Sleeping
Sleeping
File size: 337 Bytes
443c22e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"name": "hermes-estree",
"version": "0.25.1",
"description": "Flow types for the Flow-ESTree spec produced by the hermes parser",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:facebook/hermes.git"
},
"files": [
"dist",
"LICENCE",
"README.md"
]
}
|