mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Make it prize
This commit is contained in:
parent
1d776d469b
commit
f9ac3566cb
@ -1,4 +1,4 @@
|
|||||||
# UAPARSER.JS PRO BUSINESS LICENSE
|
# UAPARSER.JS PRO ENTERPRISE LICENSE
|
||||||
|
|
||||||
Version 1, October 2023
|
Version 1, October 2023
|
||||||
|
|
||||||
@ -32,9 +32,7 @@ This license is only valid for You as 1 (one) individual/organization/company an
|
|||||||
|
|
||||||
## Rights
|
## Rights
|
||||||
|
|
||||||
You may use and modify The Code only in 1 (one) Project, if you use it in more than 1 (one) Project you have to purchase for another license.
|
You may use, copy, and modify The Code for an indefinite number of Projects.
|
||||||
|
|
||||||
If You transfer a Project to a client, the use of The Code must be limited to the original functionality that You created for them. The Code must not be extracted, reproduced, or used in any other way. You must inform your client of this condition.
|
|
||||||
|
|
||||||
You have the right to get lifetime updates and a 1 (one) year support, starting from the time you make the purchase.
|
You have the right to get lifetime updates and a 1 (one) year support, starting from the time you make the purchase.
|
||||||
|
|
||||||
@ -44,6 +42,8 @@ You have the right to get lifetime updates and a 1 (one) year support, starting
|
|||||||
|
|
||||||
You may not redistribute The Code, as-is or modified, except as a part of a Project that you made.
|
You may not redistribute The Code, as-is or modified, except as a part of a Project that you made.
|
||||||
|
|
||||||
|
If You transfer a Project to a client, the use of The Code must be limited to the original functionality that You created for them. The Code must not be extracted, reproduced, or used in any other way. You must inform your client of this condition.
|
||||||
|
|
||||||
You may not deliver a Project that contains The Code as an open-source Project that might be used for commercial purpose to the general public, except with our written consent.
|
You may not deliver a Project that contains The Code as an open-source Project that might be used for commercial purpose to the general public, except with our written consent.
|
||||||
|
|
||||||
You may not use The Code for unlawful, inappropriate, illegal, or offensive purposes.
|
You may not use The Code for unlawful, inappropriate, illegal, or offensive purposes.
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
# UAParser.js
|
# UAParser.js
|
||||||
|
|
||||||
Thank you for purchasing UAParser.js PRO Business License, if you haven't please order here: https://store.faisalman.com
|
Thank you for purchasing UAParser.js PRO Enterprise License, if you haven't please order here: https://store.faisalman.com
|
||||||
|
|
||||||
# Download
|
# Download
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install @ua-parser-js/pro-business
|
npm install @ua-parser-js/pro-enterprise
|
||||||
```
|
```
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
@ -18,6 +18,6 @@ https://docs.uaparser.js.org/v2
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
UAParser.js PRO Business
|
UAParser.js PRO Enterprise
|
||||||
|
|
||||||
Copyright (c) 2012-2023 Faisal Salman <<f@faisalman.com>>
|
Copyright (c) 2012-2023 Faisal Salman <<f@faisalman.com>>
|
2
dist/ua-parser.min.js
vendored
2
dist/ua-parser.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/ua-parser.pack.js
vendored
2
dist/ua-parser.pack.js
vendored
File diff suppressed because one or more lines are too long
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@ua-parser-js/pro-business",
|
"name": "@ua-parser-js/pro-enterprise",
|
||||||
"version": "2.0.0-beta.1",
|
"version": "2.0.0-beta.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@ua-parser-js/pro-business",
|
"name": "@ua-parser-js/pro-enterprise",
|
||||||
"version": "2.0.0-beta.1",
|
"version": "2.0.0-beta.1",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"url": "https://github.com/sponsors/faisalman"
|
"url": "https://github.com/sponsors/faisalman"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "UAParser.js-PRO-Business",
|
"license": "UAParser.js-PRO-Enterprise",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/parser": "7.15.8",
|
"@babel/parser": "7.15.8",
|
||||||
"@babel/traverse": "7.15.4",
|
"@babel/traverse": "7.15.4",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "UAParser.js PRO Business",
|
"title": "UAParser.js PRO Enterprise",
|
||||||
"name": "@ua-parser-js/pro-business",
|
"name": "@ua-parser-js/pro-enterprise",
|
||||||
"version": "2.0.0-beta.1",
|
"version": "2.0.0-beta.1",
|
||||||
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
|
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
|
||||||
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment",
|
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment",
|
||||||
@ -217,7 +217,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/faisalman/ua-parser-js.git"
|
"url": "https://github.com/faisalman/ua-parser-js.git"
|
||||||
},
|
},
|
||||||
"license": "UAParser.js-PRO-Business",
|
"license": "UAParser.js-PRO-Enterprise",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "*"
|
"node": "*"
|
||||||
},
|
},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* Enums for UAParser.js v2.0.0-beta.1
|
/* Enums for UAParser.js v2.0.0-beta.1
|
||||||
https://github.com/faisalman/ua-parser-js
|
https://github.com/faisalman/ua-parser-js
|
||||||
Author: Faisal Salman <f@faisalman.com>
|
Author: Faisal Salman <f@faisalman.com>
|
||||||
UAParser.js PRO Business License */
|
UAParser.js PRO Enterorise License */
|
||||||
//////////////////////////////////////////////
|
//////////////////////////////////////////////
|
||||||
|
|
||||||
/*jshint esversion: 6 */
|
/*jshint esversion: 6 */
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/* Enums for UAParser.js v2.0.0-beta.1
|
/* Enums for UAParser.js v2.0.0-beta.1
|
||||||
https://github.com/faisalman/ua-parser-js
|
https://github.com/faisalman/ua-parser-js
|
||||||
Author: Faisal Salman <f@faisalman.com>
|
Author: Faisal Salman <f@faisalman.com>
|
||||||
UAParser.js PRO Business License */
|
UAParser.js PRO Enterorise License */
|
||||||
//////////////////////////////////////////////
|
//////////////////////////////////////////////
|
||||||
|
|
||||||
/*jshint esversion: 6 */
|
/*jshint esversion: 6 */
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* Extensions for UAParser.js v2.0.0-beta.1
|
/* Extensions for UAParser.js v2.0.0-beta.1
|
||||||
https://github.com/faisalman/ua-parser-js
|
https://github.com/faisalman/ua-parser-js
|
||||||
Author: Faisal Salman <f@faisalman.com>
|
Author: Faisal Salman <f@faisalman.com>
|
||||||
UAParser.js PRO Business License */
|
UAParser.js PRO Enterorise License */
|
||||||
//////////////////////////////////////////////
|
//////////////////////////////////////////////
|
||||||
|
|
||||||
/*jshint esversion: 6 */
|
/*jshint esversion: 6 */
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/* Extensions for UAParser.js v2.0.0-beta.1
|
/* Extensions for UAParser.js v2.0.0-beta.1
|
||||||
https://github.com/faisalman/ua-parser-js
|
https://github.com/faisalman/ua-parser-js
|
||||||
Author: Faisal Salman <f@faisalman.com>
|
Author: Faisal Salman <f@faisalman.com>
|
||||||
UAParser.js PRO Business License */
|
UAParser.js PRO Enterorise License */
|
||||||
//////////////////////////////////////////////
|
//////////////////////////////////////////////
|
||||||
|
|
||||||
/*jshint esversion: 6 */
|
/*jshint esversion: 6 */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
/* UAParser.js v2.0.0-beta.1
|
/* UAParser.js v2.0.0-beta.1
|
||||||
Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
|
Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
|
||||||
UAParser.js PRO Business License *//*
|
UAParser.js PRO Enterorise License *//*
|
||||||
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
||||||
Supports browser & node.js environment.
|
Supports browser & node.js environment.
|
||||||
Demo : https://faisalman.github.io/ua-parser-js
|
Demo : https://faisalman.github.io/ua-parser-js
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
/* UAParser.js v2.0.0-beta.1
|
/* UAParser.js v2.0.0-beta.1
|
||||||
Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
|
Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
|
||||||
UAParser.js PRO Business License *//*
|
UAParser.js PRO Enterorise License *//*
|
||||||
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
||||||
Supports browser & node.js environment.
|
Supports browser & node.js environment.
|
||||||
Demo : https://faisalman.github.io/ua-parser-js
|
Demo : https://faisalman.github.io/ua-parser-js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user