dphelper 0.1.6 → 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.
Files changed (1) hide show
  1. package/package.json +72 -72
package/package.json CHANGED
@@ -1,72 +1,72 @@
1
- {
2
- "name": "dphelper",
3
- "version": "0.1.6",
4
- "description": "Many utils for your projects",
5
- "main": "index.js",
6
- "publishConfig":"",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
9
- },
10
- "targets": {
11
- "main": {
12
- "includeNodeModules": {
13
- "react": false,
14
- "react-dom": false
15
- },
16
- "isLibrary": true
17
- }
18
- },
19
- "deprecated": false,
20
- "engines": {
21
- "node": ">=0.10.0"
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/passariello/dpHelper",
26
- "help": "https://github.com/passariello/dpHelper#readme"
27
- },
28
- "eslintConfig": {
29
- "globals": {
30
- "window": true
31
- }
32
- },
33
- "bugs": {
34
- "url": "https://github.com/passariello/dpHelper/issues"
35
- },
36
- "homepage": "https://github.com/passariello/dpHelper",
37
- "keywords": [
38
- "utils",
39
- "tools",
40
- "uuid",
41
- "random",
42
- "window",
43
- "store",
44
- "easy",
45
- "pro",
46
- "powerful",
47
- "passariello"
48
- ],
49
- "author": {
50
- "name": "Dario Passariello",
51
- "website": "https://dario.passariello.ca",
52
- "email": "dariopassariello@gmail.com"
53
- },
54
- "license": "Apache-2.0",
55
- "dependencies": {
56
- "jquery": "^3.6.0",
57
- "jshint": "^2.13.1",
58
- "require": "^2.4.20",
59
- "require-context": "^1.1.0",
60
- "uglify-js": "^2.8.29"
61
- },
62
- "contributors": [
63
- {
64
- "name": "Dario Passariello",
65
- "email": "dariopassariello@gmail.com"
66
- },
67
- {
68
- "name": "Valeria Cala Scaglitta",
69
- "email": "valeriacalascaglitta@gmail.com"
70
- }
71
- ]
72
- }
1
+ {
2
+ "name": "dphelper",
3
+ "version": "0.1.7",
4
+ "description": "Many utils for your projects",
5
+ "main": "index.js",
6
+ "publishConfig": "",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "targets": {
11
+ "main": {
12
+ "includeNodeModules": {
13
+ "react": false,
14
+ "react-dom": false
15
+ },
16
+ "isLibrary": true
17
+ }
18
+ },
19
+ "deprecated": false,
20
+ "engines": {
21
+ "node": ">=0.10.0"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/passariello/dpHelper",
26
+ "help": "https://github.com/passariello/dpHelper#readme"
27
+ },
28
+ "eslintConfig": {
29
+ "globals": {
30
+ "window": true
31
+ }
32
+ },
33
+ "bugs": {
34
+ "url": "https://github.com/passariello/dpHelper/issues"
35
+ },
36
+ "homepage": "https://github.com/passariello/dpHelper",
37
+ "keywords": [
38
+ "utils",
39
+ "tools",
40
+ "uuid",
41
+ "random",
42
+ "window",
43
+ "store",
44
+ "easy",
45
+ "pro",
46
+ "powerful",
47
+ "passariello"
48
+ ],
49
+ "author": {
50
+ "name": "Dario Passariello",
51
+ "website": "https://dario.passariello.ca",
52
+ "email": "dariopassariello@gmail.com"
53
+ },
54
+ "license": "Apache-2.0",
55
+ "dependencies": {
56
+ "jquery": "^3.6.0",
57
+ "jshint": "^2.13.1",
58
+ "require": "^0.4.4",
59
+ "require-context": "^1.1.0",
60
+ "uglify-js": "^2.8.29"
61
+ },
62
+ "contributors": [
63
+ {
64
+ "name": "Dario Passariello",
65
+ "email": "dariopassariello@gmail.com"
66
+ },
67
+ {
68
+ "name": "Valeria Cala Scaglitta",
69
+ "email": "valeriacalascaglitta@gmail.com"
70
+ }
71
+ ]
72
+ }