securityos/node_modules/ecma-proposal-math-extensions/package.json

35 lines
1.0 KiB
JSON

{
"name": "ecma-proposal-math-extensions",
"version": "0.0.2",
"description": "Tests and a polyfill for the ES2017 Math Extensions Proposal",
"main": "reference-implementation/index.js",
"scripts": {
"clean": "rm -rf out",
"build": "npm run clean && mkdir -p out && ecmarkup src/spec.html --js=out/spec.js --css=out/spec.css | js-beautify -f - --type=html -t > out/index.html",
"test": "test262-harness --prelude=reference-implementation/index.js --consoleCommand='node --harmony' --runner=console test/built-ins/Math/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tc39/proposal-math-extensions.git"
},
"keywords": [
"ecmascript",
"math",
"test262",
"Math.map",
"Math.remap",
"Math.scale",
"Math.clamp",
"Math.constrain",
"Math.radians",
"Math.degrees"
],
"author": "Rick Waldron",
"license": "MIT",
"devDependencies": {
"ecmarkup": "^3.0.1",
"js-beautify": "^1.6.2",
"test262-harness": "^1.5.6"
}
}