mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"_from": "string-format-obj@^1.1.0",
|
|
"_id": "string-format-obj@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Mm+sROy+pHJmx0P/0Bs1uxIX6UhGJGj6xDGQZ5zh9v/SZRmLGevp+p0VJxV7lirrkAmQ2mvva/gHKpnF/pTb+Q==",
|
|
"_location": "/string-format-obj",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "string-format-obj@^1.1.0",
|
|
"name": "string-format-obj",
|
|
"escapedName": "string-format-obj",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/common"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/string-format-obj/-/string-format-obj-1.1.1.tgz",
|
|
"_shasum": "c7612ca4e2ad923812a81db192dc291850aa1f65",
|
|
"_spec": "string-format-obj@^1.1.0",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\common",
|
|
"author": {
|
|
"name": "Stephen Sawchuk",
|
|
"email": "sawchuk@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stephenplusplus/string-format-obj/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Replace tokens from a string with values of an object",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"license"
|
|
],
|
|
"homepage": "https://github.com/stephenplusplus/string-format-obj#readme",
|
|
"keywords": [
|
|
"values",
|
|
"tokens",
|
|
"string",
|
|
"format",
|
|
"printf",
|
|
"fmt"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "string-format-obj",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stephenplusplus/string-format-obj.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|