1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/snakeize/package.json
2020-03-03 22:30:50 +02:00

86 lines
1.7 KiB
JSON

{
"_args": [
[
"snakeize@0.1.0",
"C:\\Users\\matia\\Musix"
]
],
"_from": "snakeize@0.1.0",
"_id": "snakeize@0.1.0",
"_inBundle": false,
"_integrity": "sha1-EMCI2LWOsHazIpu1oE4jLOEmQi0=",
"_location": "/snakeize",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "0.1.0",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/nathan7/snakeize/issues"
},
"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"
}