mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
34 lines
No EOL
692 B
JSON
34 lines
No EOL
692 B
JSON
{
|
|
"name": "execon",
|
|
"version": "1.2.9",
|
|
"homepage": "https://github.com/coderaiser/execon",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Patterns of function calls",
|
|
"main": "lib/exec.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"exec"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"_release": "1.2.9",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.2.9",
|
|
"commit": "b71d2c60651f957486301e10462aab80a0f62ee1"
|
|
},
|
|
"_source": "git://github.com/coderaiser/execon.git",
|
|
"_target": "~1.2.8",
|
|
"_originalSource": "execon"
|
|
} |