Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
node-spdx-license-ids /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md
1.56
KB
-rw-r--r--
changelog.Debian.gz
164
B
-rw-r--r--
copyright
1.64
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# spdx-license-ids A list of [SPDX license](https://spdx.org/licenses/) identifiers [**Download JSON**](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids.json) ## Use as a JavaScript Library [](https://www.npmjs.org/package/spdx-license-ids) [](https://github.com/shinnn/spdx-license-ids/releases) [](https://travis-ci.org/shinnn/spdx-license-ids) [](https://coveralls.io/r/shinnn/spdx-license-ids) [](https://david-dm.org/shinnn/spdx-license-ids#info=devDependencies) ### Installation #### Package managers ##### [npm](https://www.npmjs.com/) ```sh npm install spdx-license-ids ``` ##### [bower](http://bower.io/) ```sh bower install spdx-license-ids ``` ##### [Duo](http://duojs.org/) ```javascript const spdxLicenseIds = require('shinnn/spdx-license-ids'); ``` #### Standalone [Download the script file directly.](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids-browser.js) ### API #### spdxLicenseIds Type: `Array` of `String` It returns an array of SPDX license identifiers. ```javascript const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ] ``` ## License [The Unlicense](./LICENSE).
Close