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