@sassoftware/restaflib 5.5.1-1 → 5.5.1-10
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 +263 -263
- package/dist/restaflib.js +64 -53
- package/dist/restaflib.min.js +1 -1
- package/lib/restaflib.js +64 -53
- package/package.json +39 -39
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sassoftware/restaflib",
|
|
3
|
-
"version": "5.5.1-
|
|
4
|
-
"description": "collection of useful functions for common scenarios",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/sassoftware/restaf/tree/master/packages/restaflib"
|
|
8
|
-
},
|
|
9
|
-
"author": "Deva Kumar <deva.kumar@sas.com>",
|
|
10
|
-
"license": "Apache-2.0",
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=22.16.0",
|
|
13
|
-
"npm": ">=10.9.2"
|
|
14
|
-
},
|
|
15
|
-
"browserslist": [
|
|
16
|
-
"last 2 versions",
|
|
17
|
-
"ie >= 11",
|
|
18
|
-
"maintained node versions"
|
|
19
|
-
],
|
|
20
|
-
"unpkg": "/dist/restaflib.min.js",
|
|
21
|
-
"main": "./lib/restaflib.js",
|
|
22
|
-
"modules": "/dist/restaflib.min.js",
|
|
23
|
-
"browser": "/dist/restaflib.min.js",
|
|
24
|
-
"files": [
|
|
25
|
-
"lib",
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
28
|
-
"bugs": {
|
|
29
|
-
"url": "https://github.com/sassoftware/restaf/issues"
|
|
30
|
-
},
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "rimraf dist && rimraf lib && webpack --env target=node p=n --config webpack.config.js && webpack --env target=web p=n --config webpack.config.js && webpack --env target=web p=y --config webpack.config.js",
|
|
33
|
-
"build:es": "webpack --config webpack.config.es.js",
|
|
34
|
-
"pub": "npm publish --tag alpha --access public",
|
|
35
|
-
"jsdoc": "jsdoc -c jsdoc.json",
|
|
36
|
-
"dlink": "npm link",
|
|
37
|
-
"bump": "npm version prerelease"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@sassoftware/restaflib",
|
|
3
|
+
"version": "5.5.1-10",
|
|
4
|
+
"description": "collection of useful functions for common scenarios",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/sassoftware/restaf/tree/master/packages/restaflib"
|
|
8
|
+
},
|
|
9
|
+
"author": "Deva Kumar <deva.kumar@sas.com>",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=22.16.0",
|
|
13
|
+
"npm": ">=10.9.2"
|
|
14
|
+
},
|
|
15
|
+
"browserslist": [
|
|
16
|
+
"last 2 versions",
|
|
17
|
+
"ie >= 11",
|
|
18
|
+
"maintained node versions"
|
|
19
|
+
],
|
|
20
|
+
"unpkg": "/dist/restaflib.min.js",
|
|
21
|
+
"main": "./lib/restaflib.js",
|
|
22
|
+
"modules": "/dist/restaflib.min.js",
|
|
23
|
+
"browser": "/dist/restaflib.min.js",
|
|
24
|
+
"files": [
|
|
25
|
+
"lib",
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/sassoftware/restaf/issues"
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "rimraf dist && rimraf lib && webpack --env target=node p=n --config webpack.config.js && webpack --env target=web p=n --config webpack.config.js && webpack --env target=web p=y --config webpack.config.js",
|
|
33
|
+
"build:es": "webpack --config webpack.config.es.js",
|
|
34
|
+
"pub": "npm publish --tag alpha --access public",
|
|
35
|
+
"jsdoc": "jsdoc -c jsdoc.json",
|
|
36
|
+
"dlink": "npm link",
|
|
37
|
+
"bump": "npm version prerelease"
|
|
38
|
+
}
|
|
39
|
+
}
|