| | |
| | | { |
| | | "_args": [ |
| | | [ |
| | | "decamelize@1.2.0", |
| | | "/Users/tomas/PAM/PAMapp" |
| | | ] |
| | | ], |
| | | "_from": "decamelize@1.2.0", |
| | | "_from": "decamelize@^1.2.0", |
| | | "_id": "decamelize@1.2.0", |
| | | "_inBundle": false, |
| | | "_integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", |
| | | "_location": "/decamelize", |
| | | "_phantomChildren": {}, |
| | | "_requested": { |
| | | "type": "version", |
| | | "type": "range", |
| | | "registry": true, |
| | | "raw": "decamelize@1.2.0", |
| | | "raw": "decamelize@^1.2.0", |
| | | "name": "decamelize", |
| | | "escapedName": "decamelize", |
| | | "rawSpec": "1.2.0", |
| | | "rawSpec": "^1.2.0", |
| | | "saveSpec": null, |
| | | "fetchSpec": "1.2.0" |
| | | "fetchSpec": "^1.2.0" |
| | | }, |
| | | "_requiredBy": [ |
| | | "/glob-all/yargs", |
| | | "/glob-all/yargs-parser" |
| | | "/yargs", |
| | | "/yargs-parser" |
| | | ], |
| | | "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", |
| | | "_spec": "1.2.0", |
| | | "_where": "/Users/tomas/PAM/PAMapp", |
| | | "_shasum": "f6534d15148269b20352e7bee26f501f9a191290", |
| | | "_spec": "decamelize@^1.2.0", |
| | | "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\yargs", |
| | | "author": { |
| | | "name": "Sindre Sorhus", |
| | | "email": "sindresorhus@gmail.com", |
| | |
| | | "bugs": { |
| | | "url": "https://github.com/sindresorhus/decamelize/issues" |
| | | }, |
| | | "bundleDependencies": false, |
| | | "deprecated": false, |
| | | "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow", |
| | | "devDependencies": { |
| | | "ava": "*", |