- Downloads
RC19; unpkg-fix
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.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.json 2 additions, 2 deletionspackage.json
- src/index.js 1 addition, 1 deletionsrc/index.js
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
| { | { | ||
| "name": "json-schema-faker", | "name": "json-schema-faker", | ||
| "version": "0.5.0-rc18", | "version": "0.5.0-rc19", | ||
| "description": "JSON-Schema + fake data generators", | "description": "JSON-Schema + fake data generators", | ||
| "homepage": "http://json-schema-faker.js.org", | "homepage": "http://json-schema-faker.js.org", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "module": "dist/index.esm.js", | "module": "dist/index.esm.js", | ||
| "unpkg": "dist/index.umd.min.js", | "unpkg": "dist/bundle.umd.min.js", | ||
| "browser": "dist/index.umd.min.js", | "browser": "dist/index.umd.min.js", | ||
| "scripts": { | "scripts": { | ||
| "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: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", | ||
| ... | ... | ||
| ... | ... |
Please sign in to comment