-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
118 lines (118 loc) · 3.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@id5io/id5-api.js",
"version": "1.0.75",
"description": "The ID5 API is designed to make accessing the ID5 Universal ID simple for publishers, advertisers, and their ad tech vendors. The ID5 Universal ID is a shared, neutral identifier that publishers, advertisers, and ad tech platforms can use to recognise users even in environments where 3rd party cookies are not available. For more information, visit https://id5.io/universal-id.",
"homepage": "https://id5.io/",
"exports": "./lib/id5-api.js",
"browser": "build/dist/id5-api.js",
"type": "module",
"files": [
"generated",
"lib",
"universal-id-flow.png"
],
"scripts": {
"test": "gulp test",
"test:all": "npm test -ws && npm test",
"lint": "gulp lint",
"build": "gulp build",
"build:all": "npm run build -ws && npm run build",
"prepare_release": "bash release-prepare.sh",
"npm_prepare_release": "npm run npm_prepare_release -ws && gulp npm-prepare-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/id5io/id5-api.js.git"
},
"keywords": [
"advertising",
"universal id"
],
"author": "Pierre-Antoine Durgeat",
"license": "Apache-2.0",
"engines": {
"node": ">=18.4"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.14.4",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.14.4",
"@eslint/js": "^8.56.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/stream": "^3.0.1",
"browser-cjs": "^1.0.3",
"chai": "^4.3.7",
"chai-datetime": "^1.8.0",
"chrome-paths": "^1.0.1",
"clone": "^2.1.2",
"cookie": "^0.6.0",
"coveralls": "^3.1.1",
"del": "^6.0.0",
"diff": "^5.1.0",
"eslint": "^8.56.0",
"execa": "^1.0.0",
"faker": "^3.1.0",
"fs.extra": "^1.3.2",
"genversion": "^3.0.0",
"globals": "^13.24.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint-new": "^1.9.0",
"gulp-file": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-js-escape": "^1.0.1",
"gulp-mocha": "^10.0.1",
"gulp-replace": "^1.0.0",
"gulp-shell": "^0.7.1",
"gulp-uglify": "^3.0.2",
"is-docker": "^1.1.0",
"istanbul": "^0.4.5",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-es5-shim": "^0.0.4",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^7.0.8",
"karma-safari-launcher": "^1.0.0",
"karma-script-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "^0.0.31",
"lodash": "^4.17.4",
"mocha": "^10.7.3",
"mockttp": "^3.7.4",
"puppeteer-core": "^10.4.0",
"resolve-from": "^5.0.0",
"rollup": "^4.9.1",
"sinon": "^16.1.1",
"tmp-promise": "^3.0.2",
"url-parse": "^1.5.9",
"yargs": "^1.3.1"
},
"bugs": {
"url": "https://github.com/id5io/id5-api.js/issues"
},
"directories": {
"test": "test"
},
"dependencies": {
"@babel/runtime": "^7.22.3",
"@id5io/diagnostics": "1.0.15",
"@id5io/multiplexing": "1.0.33",
"inspect-stream": "^0.1.0"
},
"workspaces": [
"packages/diagnostics",
"packages/multiplexing"
]
}