overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
61 lines (60 loc) • 1.56 kB
JSON
{
"_from": "convert-to-spaces@^1.0.1",
"_id": "convert-to-spaces@1.0.2",
"_inBundle": false,
"_integrity": "sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU=",
"_location": "/convert-to-spaces",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "convert-to-spaces@^1.0.1",
"name": "convert-to-spaces",
"escapedName": "convert-to-spaces",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/code-excerpt"
],
"_resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz",
"_shasum": "7e3e48bbe6d997b1417ddca2868204b4d3d85715",
"_spec": "convert-to-spaces@^1.0.1",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\code-excerpt",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com"
},
"bugs": {
"url": "https://github.com/vadimdemedes/convert-to-spaces/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert tabs to spaces in a string",
"devDependencies": {
"ava": "^0.18.2",
"xo": "^0.17.1"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/vadimdemedes/convert-to-spaces#readme",
"keywords": [
"tabs",
"spaces"
],
"license": "MIT",
"name": "convert-to-spaces",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimdemedes/convert-to-spaces.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.2"
}