You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							73 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							73 lines
						
					
					
						
							1.8 KiB
						
					
					
				{ | 
						|
  "_from": "swap-case@^1.1.0", | 
						|
  "_id": "swap-case@1.1.2", | 
						|
  "_inBundle": false, | 
						|
  "_integrity": "sha1-w5IDpFhzhfrTyFCgvRvK+ggZdOM=", | 
						|
  "_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": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\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" | 
						|
}
 | 
						|
 |