{"name":"superstruct","description":"A simple, expressive way to validate data in Javascript.","version":"0.0.2","license":"MIT","repository":{"type":"git","url":"git://github.com/ianstormtaylor/superstruct.git"},"main":"./lib/index.js","scripts":{"build":"yarn run build:lib && yarn run build:max && yarn run build:min","build:lib":"babel ./src --out-dir ./lib","build:max":"mkdir -p ./dist && NODE_ENV=production browserify ./src/index.js --transform babelify --transform envify --standalone Superstruct > ./dist/superstruct.js","build:min":"mkdir -p ./dist && NODE_ENV=production browserify ./src/index.js --transform babelify --transform envify --transform uglifyify --standalone Superstruct | uglifyjs > ./dist/superstruct.min.js","clean":"rm -rf ./lib ./node_modules","lint":"eslint src/* test/*","prepublish":"yarn run build","release":"np","test":"yarn run build:lib && mocha --compilers js:babel-core/register ./test/index.js","watch":"yarn run watch:lib","watch:lib":"babel ./lib --out-dir ./lib --watch"},"dependencies":{"is":"^3.2.1","lodash":"^4.17.4"},"devDependencies":{"babel-cli":"^6.10.1","babel-eslint":"^6.1.0","babel-polyfill":"^6.26.0","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babelify":"^7.3.0","browserify":"^13.0.1","envify":"^3.4.1","eslint":"^3.8.1","eslint-plugin-import":"^2.0.1","is-email":"^1.0.0","mocha":"^3.2.0","np":"^2.13.1","uglify-js":"^2.7.0","uglifyify":"^3.0.2","watchify":"^3.7.0"},"keywords":["api","array","assert","cast","check","checker","collection","data","error","express","hapi","interface","invalid","joi","json","list","model","object","orm","scalar","schema","struct","throw","type","types","valid","validate","validation","validator"],"gitHead":"b401d49d72b949ef079ac72e5f8d94639ae7d409","bugs":{"url":"https://github.com/ianstormtaylor/superstruct/issues"},"homepage":"https://github.com/ianstormtaylor/superstruct#readme","_id":"superstruct@0.0.2","_npmVersion":"5.5.1","_nodeVersion":"6.9.5","_npmUser":{"name":"ianstormtaylor","email":"ian@ianstormtaylor.com"},"dist":{"shasum":"6573627a790be2ebcb5b9f114d25aa653df5cf0f","size":309648,"noattachment":false,"key":"/superstruct/-/superstruct-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/superstruct/download/superstruct-0.0.2.tgz"},"maintainers":[{"name":"artmllr","email":""},{"name":"ianstormtaylor","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/superstruct-0.0.2.tgz_1511721807651_0.2628617603331804"},"directories":{},"publish_time":1511721809178,"_cnpm_publish_time":1511721809178,"_hasShrinkwrap":false,"dist-tags":{"latest":"2.0.2","next":"2.0.3-1"}}