@thi.ng/checks
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@thi.ng/checks", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Single-function sub-modules for type, feature & value checks", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"main": "./index.js", | ||
"typings": "./index.d.ts", | ||
"repository": "https://github.com/thi-ng/checks", | ||
"author": "Karsten Schmidt", | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "rm -rf build && tsc --declaration && cp package.json *.md build", | ||
"test": "tsc -p test && mocha build.test/test/*.js", | ||
"clean": "rm -rf build build.test doc node_modules && yarn install", | ||
"build": "yarn run clean && tsc --declaration", | ||
"test": "yarn run clean && tsc -p test && mocha build/test/*.js", | ||
"clean": "rm -rf *.js *.d.ts build doc", | ||
"pub": "yarn run build && (cd build && yarn publish --access public)" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.45", | ||
"@types/node": "^8.5.2", | ||
"mocha": "^4.0.1", | ||
"@types/mocha": "^2.2.46", | ||
"@types/node": "^9.3.0", | ||
"mocha": "^5.0.0", | ||
"ts-loader": "^3.3.1", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.6.2" | ||
"typescript": "^2.6.2", | ||
"webpack": "^3.10.0" | ||
}, | ||
"keywords": [ | ||
"ES6", | ||
"check", | ||
"reflection", | ||
"type", | ||
"typescript", | ||
"validation" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
@@ -9,4 +9,2 @@ # @thi.ng/checks | ||
yarn add @thi.ng/checks | ||
yarn run build | ||
yarn run test | ||
``` | ||
@@ -23,1 +21,9 @@ | ||
``` | ||
# Authors | ||
- Karsten Schmidt | ||
## License | ||
© 2016-2018 Karsten Schmidt // Apache Software License 2.0 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25029
77
28
7