FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parcelLab-js-plugin/package.json at main · parcelLab/parcelLab-js-plugin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
parcelLab
/
parcelLab-js-plugin
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
7
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
parcelLab-js-plugin
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 1.83 KB
Breadcrumbs
parcelLab-js-plugin
/
package.json
Copy path
File metadata and controls
70 lines (70 loc) · 1.83 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@parcellab/js-plugin
"
,
"version"
:
"
1.1.0
"
,
"description"
:
"
Track and Trace JavaScript plugin used to retrieve and display trackings from parcelLab on any given webpage.
"
,
"source"
:
"
src/index.js
"
,
"targets"
: {
"bundle"
: {
"distDir"
:
"
bundle
"
,
"context"
:
"
browser
"
,
"includeNodeModules"
:
true
,
"outputFormat"
:
"
global
"
,
"optimize"
:
true
,
"sourceMap"
:
false
},
"deploy"
: {
"distDir"
:
"
dist
"
,
"context"
:
"
browser
"
,
"includeNodeModules"
:
true
,
"outputFormat"
:
"
global
"
,
"optimize"
:
true
,
"sourceMap"
:
false
}
},
"scripts"
: {
"start"
:
"
parcel test/index.html --port 4000
"
,
"build"
:
"
parcel build --target deploy
"
,
"clean"
:
"
rm -rf .parcel-cache && rm -rf dist
"
,
"deploy"
:
"
npm run clean && npm run build
"
,
"bundle"
:
"
parcel build --target bundle --no-cache
"
,
"lint"
:
"
eslint src/
"
,
"prepublishOnly"
:
"
npm run bundle
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/parcelLab/parcelLab-js-plugin.git
"
},
"keywords"
: [
"
parcellab
"
,
"
plugin
"
,
"
track and trace
"
,
"
tracking
"
],
"author"
:
"
parcelLab GmbH
"
,
"license"
:
"
MIT
"
,
"homepage"
:
"
https://www.parcellab.com
"
,
"browserslist"
:
"
> 0.5%, last 2 versions, not dead
"
,
"devDependencies"
: {
"@eslint/eslintrc"
:
"
^3.3.3
"
,
"@eslint/js"
:
"
^9.39.2
"
,
"@parcel/transformer-sass"
:
"
^2.16.4
"
,
"eslint"
:
"
^9.39.2
"
,
"eslint-config-parcellab"
:
"
^0.1.0
"
,
"globals"
:
"
^17.2.0
"
,
"parcel"
:
"
^2.13.3
"
,
"sass"
:
"
^1.83.4
"
},
"overrides"
: {
"immutable"
:
"
>=5.1.8
"
,
"minimatch"
:
"
>=3.1.3
"
,
"picomatch"
:
"
>=4.0.4
"
,
"js-yaml"
:
"
^4.2.0
"
,
"brace-expansion"
:
"
>=5.0.9
"
},
"dependencies"
: {
"cash-dom"
:
"
^1.3.4
"
,
"nanohtml"
:
"
^1.9.0
"
,
"nanomorph"
:
"
^5.4.0
"
,
"nanostore"
:
"
^1.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL