pubchem-cli 0.1.4 → 0.1.7
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 +2 -0
- package/package.json +2 -2
- package/vendor/darwin-amd64/pubchem/pubchem +0 -0
- package/vendor/darwin-arm64/pubchem/pubchem +0 -0
- package/vendor/linux-amd64/pubchem/pubchem +0 -0
- package/vendor/linux-arm64/pubchem/pubchem +0 -0
- package/vendor/windows-amd64/pubchem/pubchem.exe +0 -0
- package/vendor/windows-arm64/pubchem/pubchem.exe +0 -0
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ PubChem in your terminal.
|
|
|
6
6
|
|
|
7
7
|
The npm package ships prebuilt binaries for Linux, macOS, and Windows on `amd64` and `arm64`, so `npx pubchem-cli` works directly on common platforms.
|
|
8
8
|
|
|
9
|
+
NPM package: [pubchem-cli on npm](https://www.npmjs.com/package/pubchem-cli)
|
|
10
|
+
|
|
9
11
|
## Install
|
|
10
12
|
|
|
11
13
|
Run without installing:
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pubchem-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "PubChem in your terminal.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/
|
|
7
|
+
"url": "https://github.com/BrainGnosis/pubchem-cli.git"
|
|
8
8
|
},
|
|
9
9
|
"bin": {
|
|
10
10
|
"pubchem": "bin/pubchem.js"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|