1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "constant-case@^2.0.0",
- "_id": "constant-case@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-eS0N9WwmjTqrOmR3o83F5vW8Z+9R1HnVz3xmzT2PMFug9ly+Au/fxRWlEBSb6LcZwspSsEn9Xs1uw9YgzAg1EQ==",
- "_location": "/constant-case",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "constant-case@^2.0.0",
- "name": "constant-case",
- "escapedName": "constant-case",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/change-case"
- ],
- "_resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz",
- "_shasum": "4175764d389d3fa9c8ecd29186ed6005243b6a46",
- "_spec": "constant-case@^2.0.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/constant-case/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "snake-case": "^2.1.0",
- "upper-case": "^1.1.1"
- },
- "deprecated": false,
- "description": "Constant case a string",
- "devDependencies": {
- "istanbul": "^0.4.3",
- "mocha": "^2.2.1",
- "standard": "^7.1.2"
- },
- "files": [
- "constant-case.js",
- "constant-case.d.ts",
- "LICENSE"
- ],
- "homepage": "https://github.com/blakeembrey/constant-case",
- "keywords": [
- "constant",
- "case",
- "upper"
- ],
- "license": "MIT",
- "main": "constant-case.js",
- "name": "constant-case",
- "repository": {
- "type": "git",
- "url": "git://github.com/blakeembrey/constant-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": "constant-case.d.ts",
- "version": "2.0.0"
- }
|