{ "_from": "dot-case@^2.1.0", "_id": "dot-case@2.1.1", "_inBundle": false, "_integrity": "sha512-HnM6ZlFqcajLsyudHq7LeeLDr2rFAVYtDv/hV5qchQEidSck8j9OPUsXY9KwJv/lHMtYlX4DjRQqwFYa+0r8Ug==", "_location": "/dot-case", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "dot-case@^2.1.0", "name": "dot-case", "escapedName": "dot-case", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/change-case" ], "_resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.1.tgz", "_shasum": "34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee", "_spec": "dot-case@^2.1.0", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\change-case", "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "bugs": { "url": "https://github.com/blakeembrey/dot-case/issues" }, "bundleDependencies": false, "dependencies": { "no-case": "^2.2.0" }, "deprecated": false, "description": "Dot case a string", "devDependencies": { "istanbul": "^0.4.3", "mocha": "^3.0.0", "standard": "^9.0.1" }, "files": [ "dot-case.js", "dot-case.d.ts", "LICENSE" ], "homepage": "https://github.com/blakeembrey/dot-case", "keywords": [ "dot", "case", "period" ], "license": "MIT", "main": "dot-case.js", "name": "dot-case", "repository": { "type": "git", "url": "git://github.com/blakeembrey/dot-case.git" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run test-cov", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail", "test-spec": "mocha -- -R spec --bail" }, "typings": "dot-case.d.ts", "version": "2.1.1" }