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.
 
 
 

114 lines
2.9 KiB

{
"_from": "camel-case@^4.1.1",
"_id": "camel-case@4.1.1",
"_inBundle": false,
"_integrity": "sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==",
"_location": "/camel-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "camel-case@^4.1.1",
"name": "camel-case",
"escapedName": "camel-case",
"rawSpec": "^4.1.1",
"saveSpec": null,
"fetchSpec": "^4.1.1"
},
"_requiredBy": [
"/html-minifier-terser"
],
"_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.1.tgz",
"_shasum": "1fc41c854f00e2f7d0139dfeba1542d6896fe547",
"_spec": "camel-case@^4.1.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\html-minifier-terser",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/change-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"pascal-case": "^3.1.1",
"tslib": "^1.10.0"
},
"deprecated": false,
"description": "Transform into a string with the separator denoted by the next word capitalized",
"devDependencies": {
"@size-limit/preset-small-lib": "^2.2.1",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.7.2"
},
"files": [
"dist/",
"dist.es2015/",
"LICENSE"
],
"gitHead": "1c1377a692d328ae01221b2a1532bade38e1eaa3",
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/camel-case#readme",
"jest": {
"roots": [
"<rootDir>/src/"
],
"transform": {
"\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"jsnext:main": "dist.es2015/index.js",
"keywords": [
"camel",
"case",
"camelcase",
"camel-case",
"convert",
"transform",
"identifier"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist.es2015/index.js",
"name": "camel-case",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/change-case.git"
},
"scripts": {
"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
"lint": "tslint \"src/**/*\" --project tsconfig.json",
"prepare": "npm run build",
"size": "size-limit",
"specs": "jest --coverage",
"test": "npm run build && npm run lint && npm run specs"
},
"sideEffects": false,
"size-limit": [
{
"path": "dist/index.js",
"limit": "450 B"
}
],
"typings": "dist/index.d.ts",
"version": "4.1.1"
}