| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "decamelize@^1.1.2", |
| 3 | "_id": "decamelize@1.2.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", |
| 6 | "_location": "/decamelize", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "decamelize@^1.1.2", |
| 12 | "name": "decamelize", |
| 13 | "escapedName": "decamelize", |
| 14 | "rawSpec": "^1.1.2", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.2" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/meow" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", |
| 22 | "_shasum": "f6534d15148269b20352e7bee26f501f9a191290", |
| 23 | "_spec": "decamelize@^1.1.2", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\meow", |
| 25 | "author": { |
| 26 | "name": "Sindre Sorhus", |
| 27 | "email": "sindresorhus@gmail.com", |
| 28 | "url": "sindresorhus.com" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/sindresorhus/decamelize/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "deprecated": false, |
| 35 | "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow", |
| 36 | "devDependencies": { |
| 37 | "ava": "*", |
| 38 | "xo": "*" |
| 39 | }, |
| 40 | "engines": { |
| 41 | "node": ">=0.10.0" |
| 42 | }, |
| 43 | "files": [ |
| 44 | "index.js" |
| 45 | ], |
| 46 | "homepage": "https://github.com/sindresorhus/decamelize#readme", |
| 47 | "keywords": [ |
| 48 | "decamelize", |
| 49 | "decamelcase", |
| 50 | "camelcase", |
| 51 | "lowercase", |
| 52 | "case", |
| 53 | "dash", |
| 54 | "hyphen", |
| 55 | "string", |
| 56 | "str", |
| 57 | "text", |
| 58 | "convert" |
| 59 | ], |
| 60 | "license": "MIT", |
| 61 | "name": "decamelize", |
| 62 | "repository": { |
| 63 | "type": "git", |
| 64 | "url": "git+https://github.com/sindresorhus/decamelize.git" |
| 65 | }, |
| 66 | "scripts": { |
| 67 | "test": "xo && ava" |
| 68 | }, |
| 69 | "version": "1.2.0" |
| 70 | } |