tra-analysis/website/functions/node_modules/snakeize/package.json
2019-01-06 13:14:45 -06:00

82 lines
1.8 KiB
JSON

{
"_from": "snakeize@^0.1.0",
"_id": "snakeize@0.1.0",
"_inBundle": false,
"_integrity": "sha1-EMCI2LWOsHazIpu1oE4jLOEmQi0=",
"_location": "/snakeize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "snakeize@^0.1.0",
"name": "snakeize",
"escapedName": "snakeize",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/@google-cloud/storage"
],
"_resolved": "https://registry.npmjs.org/snakeize/-/snakeize-0.1.0.tgz",
"_shasum": "10c088d8b58eb076b3229bb5a04e232ce126422d",
"_spec": "snakeize@^0.1.0",
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\storage",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/nathan7/snakeize/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "recursively transform key strings from camel-case to underscore-style",
"devDependencies": {
"tap": "~0.4.0",
"tape": "~0.3.0"
},
"homepage": "https://github.com/nathan7/snakeize",
"keywords": [
"snake-case",
"json",
"transform"
],
"license": "MIT",
"main": "index.js",
"name": "snakeize",
"repository": {
"type": "git",
"url": "git://github.com/nathan7/snakeize.git"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": {
"iexplore": [
"6.0",
"7.0",
"8.0",
"9.0"
],
"chrome": [
"20.0"
],
"firefox": [
"10.0",
"15.0"
],
"safari": [
"5.1"
],
"opera": [
"12.0"
]
}
},
"version": "0.1.0"
}