mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "language-python",
|
|
"version": "0.53.6",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "language-python",
|
|
"version": "0.53.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atom-grammar-test": "^0.6.4",
|
|
"tree-sitter-python": "0.19.0"
|
|
},
|
|
"engines": {
|
|
"atom": "*",
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/atom-grammar-test": {
|
|
"version": "0.6.4",
|
|
"resolved": "https://registry.npmjs.org/atom-grammar-test/-/atom-grammar-test-0.6.4.tgz",
|
|
"integrity": "sha1-2KU1A9H+k5mX9Ji3SirDEARKfU4=",
|
|
"dependencies": {
|
|
"chevrotain": "^0.18.0",
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"atom": ">=1.0.0 <2.0.0"
|
|
}
|
|
},
|
|
"node_modules/chevrotain": {
|
|
"version": "0.18.0",
|
|
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-0.18.0.tgz",
|
|
"integrity": "sha1-sodxTjFZC64sXR4vYRZz7+xHnYA="
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.14.2",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
|
|
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
|
|
},
|
|
"node_modules/tree-sitter-python": {
|
|
"version": "0.19.0",
|
|
"resolved": "https://registry.npmjs.org/tree-sitter-python/-/tree-sitter-python-0.19.0.tgz",
|
|
"integrity": "sha512-UAJV73zCE+2b+X8XQOyL6C+MxVUV8BH0TxcOwhfgaDh6F6g4Ub0SqWGF19C1MDrGi25JNnZ8xlsH0aqrasyS3w==",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"nan": "^2.14.0"
|
|
}
|
|
}
|
|
}
|
|
}
|