{"name":"superstruct","description":"A simple, expressive way to validate data in Javascript.","version":"0.0.5","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":{"component-type":"^1.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","is-url":"^1.2.2","is-uuid":"^1.0.2","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":"5a75557b2cc39a16d5e2726d0e4bff7f51b28f40","bugs":{"url":"https://github.com/ianstormtaylor/superstruct/issues"},"homepage":"https://github.com/ianstormtaylor/superstruct#readme","_id":"superstruct@0.0.5","_npmVersion":"5.5.1","_nodeVersion":"6.9.5","_npmUser":{"name":"ianstormtaylor","email":"ian@ianstormtaylor.com"},"dist":{"shasum":"be1bf8b9958bc05781d26ef41b98459f3f78c3b9","size":300456,"noattachment":false,"key":"/superstruct/-/superstruct-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/superstruct/download/superstruct-0.0.5.tgz"},"maintainers":[{"name":"artmllr","email":""},{"name":"ianstormtaylor","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/superstruct-0.0.5.tgz_1511818293909_0.7250156274531037"},"directories":{},"publish_time":1511818295455,"_cnpm_publish_time":1511818295455,"_hasShrinkwrap":false,"dist-tags":{"latest":"2.0.2","next":"2.0.3-1"}}