devsense-php-ls-darwin-x64 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # DEVSENSE PHP Language Server
2
+
3
+ This package provides platform specific language server for PHP.
Binary file
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "devsense-php-ls-darwin-x64",
3
+ "version": "1.0.0",
4
+ "description": "Devsense PHP Language Server (Platform Specific)",
5
+ "main": "dist/index.js",
6
+ "os": [
7
+ "darwin"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "bin": {
13
+ "devsense-php-ls": "./dist/devsense.php.ls"
14
+ },
15
+ "author": "DEVSENSE",
16
+ "license": "ISC",
17
+ "keywords": [
18
+ "cli",
19
+ "php",
20
+ "code analysis",
21
+ "code fix",
22
+ "code check",
23
+ "linter",
24
+ "language server"
25
+ ],
26
+ "optionalDependencies": {}
27
+ }