Skip to content

Commit 4eeefe8

Browse files
committed
Generated lockfile
1 parent 03ef450 commit 4eeefe8

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,44 @@
1-
{"webpackConfigJaid":"nodeLib","version":"0.1.0","author":"Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)","dependencies":{"@absolunet/fss":"^1.6.2","@babel/runtime":"^7.8.0","appdata-path":"^1.0.0","filenamify":"^4.1.0","lodash":"^4.17.15"},"devDependencies":{"acorn":"^7.1.0","babel-jest":"^24.9.0","babel-preset-jaid":"7.3.1","browserslist-config-jaid-node":"^2.2.2","eslint":"^6.8.0","eslint-config-jaid":"1.42.0","jest":"^24.9.0","rimraf":"^3.0.0","webpack":"^4.41.5","webpack-config-jaid":"11.0.0"},"scripts":{"clean":"rimraf dist/","babel:prod":"rimraf dist/transpiled/production && NODE_ENV=production babel --out-dir dist/transpiled/production --source-maps true src","babel:dev":"rimraf dist/transpiled/development && NODE_ENV=development babel --out-dir dist/transpiled/development src","babel:test":"rimraf dist/transpiled/test && NODE_ENV=test babel --out-dir dist/transpiled/test src","build:prod":"NODE_ENV=production webpack","build:dev":"NODE_ENV=development webpack","test":"npm run build:prod && NODE_ENV=production MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/production) jest --runInBand","test:coverage":"npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json","test:dev":"NODE_ENV=test jest --runInBand","test:debug":"DEBUG=\"$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand","prepareActionJest":"npm run build:prod"},"name":"buffer-to-data-url","description":"Creates a base64-encoded data URL from a Buffer and a mimetype.","funding":"https://github.com/sponsors/jaid","repository":{"type":"git","url":"https://github.com/jaid/buffer-to-data-url"}}
1+
{
2+
"webpackConfigJaid": "nodeLib",
3+
"version": "0.1.0",
4+
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
5+
"dependencies": {
6+
"@absolunet/fss": "^1.6.2",
7+
"@babel/runtime": "^7.8.0",
8+
"appdata-path": "^1.0.0",
9+
"filenamify": "^4.1.0",
10+
"lodash": "^4.17.15"
11+
},
12+
"devDependencies": {
13+
"acorn": "^7.1.0",
14+
"babel-jest": "^24.9.0",
15+
"babel-preset-jaid": "7.3.1",
16+
"browserslist-config-jaid-node": "^2.2.2",
17+
"eslint": "^6.8.0",
18+
"eslint-config-jaid": "1.42.0",
19+
"jest": "^24.9.0",
20+
"rimraf": "^3.0.0",
21+
"webpack": "^4.41.5",
22+
"webpack-config-jaid": "11.0.0"
23+
},
24+
"scripts": {
25+
"clean": "rimraf dist/",
26+
"babel:prod": "rimraf dist/transpiled/production && NODE_ENV=production babel --out-dir dist/transpiled/production --source-maps true src",
27+
"babel:dev": "rimraf dist/transpiled/development && NODE_ENV=development babel --out-dir dist/transpiled/development src",
28+
"babel:test": "rimraf dist/transpiled/test && NODE_ENV=test babel --out-dir dist/transpiled/test src",
29+
"build:prod": "NODE_ENV=production webpack",
30+
"build:dev": "NODE_ENV=development webpack",
31+
"test": "npm run build:prod && NODE_ENV=production MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/production) jest --runInBand",
32+
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
33+
"test:dev": "NODE_ENV=test jest --runInBand",
34+
"test:debug": "DEBUG=\"$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
35+
"prepareActionJest": "npm run build:prod"
36+
},
37+
"name": "buffer-to-data-url",
38+
"description": "Creates a base64-encoded data URL from a Buffer and a mimetype.",
39+
"funding": "https://github.com/sponsors/jaid",
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/jaid/buffer-to-data-url"
43+
}
44+
}

0 commit comments

Comments
 (0)