benji.monster/node_modules/camelize/package.json
2020-01-03 21:48:09 +01:00

83 lines
1.7 KiB
JSON

{
"_args": [
[
"camelize@1.0.0",
"/home/ry/Desktop/Work/benji.monster"
]
],
"_from": "camelize@1.0.0",
"_id": "camelize@1.0.0",
"_inBundle": false,
"_integrity": "sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=",
"_location": "/camelize",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "camelize@1.0.0",
"name": "camelize",
"escapedName": "camelize",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/helmet-csp"
],
"_resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/ry/Desktop/Work/benji.monster",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/camelize/issues"
},
"description": "recursively transform key strings to camel-case",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/substack/camelize",
"keywords": [
"camel-case",
"json",
"transform"
],
"license": "MIT",
"main": "index.js",
"name": "camelize",
"repository": {
"type": "git",
"url": "git://github.com/substack/camelize.git"
},
"scripts": {
"test": "tape 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": "1.0.0"
}