overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
113 lines (112 loc) • 2.81 kB
JSON
{
"_from": "@ava/babel@^1.0.1",
"_id": "@ava/babel@1.0.1",
"_inBundle": false,
"_integrity": "sha512-mGKpGeT6J4UjK2sxPjvwWl/GtsF9+eNyn2HHa7OknWWWYuw+rof/UaTAn1CA0z4sTw4Mruik/ihEasMw+JM6aQ==",
"_location": "/@ava/babel",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ava/babel@^1.0.1",
"name": "@ava/babel",
"escapedName": "@ava%2fbabel",
"scope": "@ava",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@ava/babel/-/babel-1.0.1.tgz",
"_shasum": "9f005bc0118eee4639827df798c75b77fa5fe35d",
"_spec": "@ava/babel@^1.0.1",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api",
"author": {
"name": "Mark Wubben",
"url": "https://novemberborn.net"
},
"ava": {
"files": [
"test/**/*.js",
"!test/fixtures/**/*.js"
]
},
"bugs": {
"url": "https://github.com/avajs/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ava/require-precompiled": "^1.0.0",
"@babel/core": "^7.8.4",
"@babel/generator": "^7.8.4",
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"babel-plugin-espower": "^3.0.1",
"concordance": "^4.0.0",
"convert-source-map": "^1.7.0",
"dot-prop": "^5.2.0",
"empower-core": "^1.2.0",
"escape-string-regexp": "^2.0.0",
"find-up": "^4.1.0",
"is-plain-object": "^3.0.0",
"md5-hex": "^3.0.1",
"package-hash": "^4.0.0",
"pkg-conf": "^3.1.0",
"source-map-support": "^0.5.16",
"strip-bom-buf": "^2.0.0",
"write-file-atomic": "^3.0.1"
},
"deprecated": false,
"description": "Babel provider for AVA",
"devDependencies": {
"ava": "^3.2.0",
"execa": "^4.0.0",
"nyc": "^15.0.0",
"proxyquire": "^2.1.3",
"tempy": "^0.3.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0"
},
"files": [
"espower-patterns.json",
"index.js",
"stage-4.js",
"transform-test-files.js",
"throws-helper.js",
"stage-4-plugins"
],
"homepage": "https://github.com/avajs/babel#readme",
"keywords": [
"ava",
"babel"
],
"license": "MIT",
"name": "@ava/babel",
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/avajs/babel.git"
},
"scripts": {
"test": "xo && nyc ava"
},
"version": "1.0.1",
"xo": {
"ignore": "test/fixtures/syntax.js",
"rules": {
"import/order": "off"
}
}
}