diff options
| author | Elena Vilchik | 2020-01-03 09:18:10 +0100 |
|---|---|---|
| committer | Christophe Zürn | 2020-01-03 09:18:10 +0100 |
| commit | 6258d923a5f42e00ddaf0ed45271933b2294b2fc (patch) | |
| tree | 6a1c07fc2940ed611072e36f500d01cb35a2b2d3 /sonar-css-plugin/css-bundle/package/node_modules/run-node/package.json | |
| parent | 7bb9065e87f97dc41d6d22e8d3cb7741f6d08998 (diff) | |
| download | sonar-css-6258d923a5f42e00ddaf0ed45271933b2294b2fc.tar.bz2 | |
Rely on run-node on Mac (#236)
Diffstat (limited to 'sonar-css-plugin/css-bundle/package/node_modules/run-node/package.json')
| -rw-r--r-- | sonar-css-plugin/css-bundle/package/node_modules/run-node/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sonar-css-plugin/css-bundle/package/node_modules/run-node/package.json b/sonar-css-plugin/css-bundle/package/node_modules/run-node/package.json new file mode 100644 index 0000000..1cb6c90 --- /dev/null +++ b/sonar-css-plugin/css-bundle/package/node_modules/run-node/package.json @@ -0,0 +1,39 @@ +{ + "name": "run-node", + "version": "1.0.0", + "description": "Run the Node.js binary no matter what", + "license": "MIT", + "repository": "sindresorhus/run-node", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bin": "run-node", + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "./run-node --version" + }, + "files": [ + "run-node" + ], + "keywords": [ + "run", + "node", + "nodejs", + "node.js", + "find", + "binary", + "bin", + "execute", + "which", + "detect", + "path", + "env", + "bash", + "shell", + "sh" + ] +} |
