overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
74 lines (73 loc) • 1.92 kB
JSON
{
"_from": "@ava/require-precompiled@^1.0.0",
"_id": "@ava/require-precompiled@1.0.0",
"_inBundle": false,
"_integrity": "sha512-N7w4g+P/SUL8SF+HC4Z4e/ctV6nQ5AERC90K90r4xZQ8WVrJux9albvfyYAzygyU47CSqMWh6yJwFs8DYaeWmg==",
"_location": "/@ava/require-precompiled",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ava/require-precompiled@^1.0.0",
"name": "@ava/require-precompiled",
"escapedName": "@ava%2frequire-precompiled",
"scope": "@ava",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@ava/babel"
],
"_resolved": "https://registry.npmjs.org/@ava/require-precompiled/-/require-precompiled-1.0.0.tgz",
"_shasum": "6f4a48b75904a753eadff020bbfca81d3bbc0357",
"_spec": "@ava/require-precompiled@^1.0.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\@ava\\babel",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"bugs": {
"url": "https://github.com/avajs/require-precompiled/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Require extension that allows for caching/precompiling",
"devDependencies": {
"ava": "^3.2.0",
"fake-module-system": "^0.3.0",
"nyc": "^15.0.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/avajs/require-precompiled#readme",
"keywords": [
"require",
"extension",
"cache",
"precompile"
],
"license": "MIT",
"name": "@ava/require-precompiled",
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/avajs/require-precompiled.git"
},
"scripts": {
"test": "xo && nyc ava"
},
"version": "1.0.0"
}