{ "_from": "swap-case@^1.1.0", "_id": "swap-case@1.1.2", "_inBundle": false, "_integrity": "sha512-BAmWG6/bx8syfc6qXPprof3Mn5vQgf5dwdUNJhsNqU9WdPt5P+ES/wQ5bxfijy8zwZgZZHslC3iAsxsuQMCzJQ==", "_location": "/swap-case", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "swap-case@^1.1.0", "name": "swap-case", "escapedName": "swap-case", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/change-case" ], "_resolved": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz", "_shasum": "c39203a4587385fad3c850a0bd1bcafa081974e3", "_spec": "swap-case@^1.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/swap-case/issues" }, "bundleDependencies": false, "dependencies": { "lower-case": "^1.1.1", "upper-case": "^1.1.1" }, "deprecated": false, "description": "Swap the case of a string", "devDependencies": { "istanbul": "^0.3.0", "mocha": "^2.2.1", "pre-commit": "^1.0.6", "standard": "^3.3.0" }, "files": [ "swap-case.js", "swap-case.d.ts", "LICENSE" ], "homepage": "https://github.com/blakeembrey/swap-case", "keywords": [ "swap", "case", "reverse", "switch" ], "license": "MIT", "main": "swap-case.js", "name": "swap-case", "repository": { "type": "git", "url": "git://github.com/blakeembrey/swap-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-std": "mocha -- -R spec --bail" }, "typings": "swap-case.d.ts", "version": "1.1.2" }