mozjs_sys 0.67.1

System crate for the Mozilla SpiderMonkey JavaScript engine.
{
  "name": "taskcluster-lib-urls",
  "version": "11.0.0",
  "author": "Brian Stack <bstack@mozilla.com>",
  "description": "Build urls for taskcluster resources.",
  "license": "MPL-2.0",
  "scripts": {
    "lint": "eslint src/*.js test/*.js",
    "pretest": "yarn lint",
    "test": "mocha test/*_test.js"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/taskcluster/taskcluster-lib-urls.git"
  },
  "main": "./src/index.js",
  "devDependencies": {
    "eslint-config-taskcluster": "^3.1.0",
    "js-yaml": "^3.11.0",
    "mocha": "^5.1.1"
  }
}