-
- Downloads
RC18
Showing
- dist/bundle.umd.min.js 0 additions, 0 deletionsdist/bundle.umd.min.js
- dist/index.esm.js 0 additions, 0 deletionsdist/index.esm.js
- dist/index.js 0 additions, 0 deletionsdist/index.js
- dist/index.mjs 0 additions, 0 deletionsdist/index.mjs
- dist/index.umd.js 0 additions, 0 deletionsdist/index.umd.js
- dist/index.umd.min.js 0 additions, 0 deletionsdist/index.umd.min.js
- dist/index.umd.min.js.map 0 additions, 0 deletionsdist/index.umd.min.js.map
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 11 additions, 3 deletionspackage.json
- src/index.js 1 addition, 1 deletionsrc/index.js
dist/bundle.umd.min.js
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
dist/index.mjs
deleted
100644 → 0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | ... | @@ -4,11 +4,12 @@ |
"description": "JSON-Schema + fake data generators", | ||
"homepage": "http://json-schema-faker.js.org", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/index.umd.min.js", | ||
"browser": "dist/index.umd.min.js", | ||
"scripts": { | ||
"build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal", | ||
"build:concat:dist": "concat -o dist/bundle.umd.min.js node_modules/json-schema-ref-parser/dist/ref-parser.min.js node_modules/jsonpath-plus/dist/index-umd.min.js dist/index.umd.min.js", | ||
"build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal && npm run build:concat:dist", | ||
"build:node": "bili src/index.js --minimal --format es --format cjs", | ||
"build": "npm run build:browser && npm run build:node", | ||
"dev": "npm test -- -w", | ||
... | ... | @@ -48,6 +49,12 @@ |
"files": [ | ||
"dist/*.*" | ||
], | ||
"bili": { | ||
"externals": [ | ||
"json-schema-ref-parser", | ||
"jsonpath-plus" | ||
] | ||
}, | ||
"devDependencies": { | ||
"ajv": "^6.5.3", | ||
"bili": "^4.8.1", | ||
... | ... | @@ -55,6 +62,7 @@ |
"chance": "^1.0.9", | ||
"clone": "^2.1.2", | ||
"codecov": "^3.0.0", | ||
"concat": "^1.0.3", | ||
"cryptiles": "^4.1.3", | ||
"eslint": "^6.0.1", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
... | ... | @@ -80,7 +88,7 @@ |
"z-schema": "^4.1.0" | ||
}, | ||
"dependencies": { | ||
"json-schema-ref-parser": "^7.1.1", | ||
"json-schema-ref-parser": "^6.1.0", | ||
"jsonpath-plus": "^1.0.0", | ||
"randexp": "^0.5.3" | ||
} | ||
... | ... |
Please register or sign in to comment