UNPKG

check-v8-optimised

Version:

Check if your module/function is optimised for the V8 engine.

33 lines (32 loc) 705 B
{ "name": "check-v8-optimised", "version": "2.0.0", "description": "Check if your module/function is optimised for the V8 engine.", "keywords": [ "v8", "chrome", "chromium", "optimize", "optimization", "v8-natives", "speed", "performance" ], "main": "lib/index.js", "scripts": { "test": "mocha tests/index.test.js", "build": "node lib/index.js 1,2", "lint": "eslint ./" }, "author": "Craig Taub <craigtaub@gmail.com>", "repository": { "type": "git", "url": "http://github.com/craigtaub/check-v8-optimised.git" }, "license": "ISC", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "eslint": "^3.12.2" } }