-
- Downloads
IoC container, #12
Showing
- .travis.yml 1 addition, 0 deletions.travis.yml
- README.md 3 additions, 1 deletionREADME.md
- lib/index.js 0 additions, 0 deletionslib/index.js
- lib/types/object.js 0 additions, 0 deletionslib/types/object.js
- lib/types/string.js 0 additions, 0 deletionslib/types/string.js
- lib/util/container.js 0 additions, 0 deletionslib/util/container.js
- lib/util/random.js 0 additions, 0 deletionslib/util/random.js
- package.json 7 additions, 2 deletionspackage.json
- spec/core/customize/faker-extend.js 20 additions, 0 deletionsspec/core/customize/faker-extend.js
- spec/core/customize/faker.json 18 additions, 0 deletionsspec/core/customize/faker.json
- spec/core/formats/semver.js 9 additions, 0 deletionsspec/core/formats/semver.js
- spec/core/issues/format.json 2 additions, 1 deletionspec/core/issues/format.json
- spec/helpers.coffee 1 addition, 1 deletionspec/helpers.coffee
- spec/main-spec.coffee 6 additions, 4 deletionsspec/main-spec.coffee
- spec/validator.coffee 0 additions, 5 deletionsspec/validator.coffee
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.
lib/util/container.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.
{ | { | ||
"name": "json-schema-faker", | "name": "json-schema-faker", | ||
"version": "0.1.6", | "version": "0.1.8", | ||
"description": "JSON-Schema + Faker", | "description": "JSON-Schema + Faker", | ||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"author": { | "author": { | ||
"name": "Alvaro Cabrera", | "name": "Alvaro Cabrera", | ||
"email": "pateketrueke@gmail.com" | "email": "pateketrueke@gmail.com" | ||
}, | }, | ||
"contributors": [{ | |||
"name": "Tomasz Ducin", | |||
"email": "tomasz.ducin@gmail.com", | |||
"url": "http://ducin.it" | |||
}], | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/pateketrueke/json-schema-faker" | "url": "https://github.com/pateketrueke/json-schema-faker" | ||
... | @@ -23,7 +28,7 @@ | ... | @@ -23,7 +28,7 @@ |
"z-schema": "^3.3.1" | "z-schema": "^3.3.1" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"chance": "^0.7.4", | "chance": "^0.7.5", | ||
"deref": "^0.2.8", | "deref": "^0.2.8", | ||
"faker": "^2.1.2", | "faker": "^2.1.2", | ||
"randexp": "^0.4.0" | "randexp": "^0.4.0" | ||
... | ... |
spec/core/customize/faker-extend.js
0 → 100644
spec/core/customize/faker.json
0 → 100644
spec/core/formats/semver.js
0 → 100644
Please register or sign in to comment