Skip to content

Commit 86de8ea

Browse files
committed
Generated lockfile
1 parent c445448 commit 86de8ea

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-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: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
{"webpackConfigJaid":"nodeLib","version":"0.1.0","author":"Jaid <[email protected]> (https://github.com/Jaid)","dependencies":{"@babel/runtime":"^7.7.7","simple-git":"^1.129.0"},"devDependencies":{"acorn":"^7.1.0","babel-jest":"^24.9.0","babel-preset-jaid":"^7.3.0","browserslist-config-jaid-node":"^2.2.2","eslint":"^6.7.2","eslint-config-jaid":"^1.41.0","jest":"^24.9.0","rimraf":"^3.0.0","webpack":"^4.41.4","webpack-config-jaid":"^7.9.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":"npm run build:dev && NODE_ENV=test MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/development) jest --runInBand","test:debug":"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":"read-file-string","description":"Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error."}
1+
{
2+
"webpackConfigJaid": "nodeLib",
3+
"version": "0.1.0",
4+
"author": "Jaid <[email protected]> (https://github.com/Jaid)",
5+
"dependencies": {
6+
"@babel/runtime": "^7.7.7",
7+
"simple-git": "^1.129.0"
8+
},
9+
"devDependencies": {
10+
"acorn": "^7.1.0",
11+
"babel-jest": "^24.9.0",
12+
"babel-preset-jaid": "^7.3.0",
13+
"browserslist-config-jaid-node": "^2.2.2",
14+
"eslint": "^6.7.2",
15+
"eslint-config-jaid": "^1.41.0",
16+
"jest": "^24.9.0",
17+
"rimraf": "^3.0.0",
18+
"webpack": "^4.41.4",
19+
"webpack-config-jaid": "^7.9.0"
20+
},
21+
"scripts": {
22+
"clean": "rimraf dist/",
23+
"babel:prod": "rimraf dist/transpiled/production && NODE_ENV=production babel --out-dir dist/transpiled/production --source-maps true src",
24+
"babel:dev": "rimraf dist/transpiled/development && NODE_ENV=development babel --out-dir dist/transpiled/development src",
25+
"babel:test": "rimraf dist/transpiled/test && NODE_ENV=test babel --out-dir dist/transpiled/test src",
26+
"build:prod": "NODE_ENV=production webpack",
27+
"build:dev": "NODE_ENV=development webpack",
28+
"test": "npm run build:prod && NODE_ENV=production MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/production) jest --runInBand",
29+
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
30+
"test:dev": "npm run build:dev && NODE_ENV=test MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/development) jest --runInBand",
31+
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
32+
"prepareActionJest": "npm run build:prod"
33+
},
34+
"name": "read-file-string",
35+
"description": "Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error."
36+
}

0 commit comments

Comments
 (0)