react-scripts
Version:
Configuration and scripts for Create React App.
117 lines (116 loc) • 3 kB
JSON
{
"_args": [
[
"no-case@^2.2.0",
"/Users/dan/p/create-react-app/node_modules/html-webpack-plugin/node_modules/change-case"
]
],
"_from": "no-case@>=2.2.0 <3.0.0",
"_id": "no-case@2.3.0",
"_inCache": true,
"_installable": true,
"_location": "/no-case",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/no-case-2.3.0.tgz_1466439491980_0.6107419265899807"
},
"_npmUser": {
"email": "hello@blakeembrey.com",
"name": "blakeembrey"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "no-case",
"raw": "no-case@^2.2.0",
"rawSpec": "^2.2.0",
"scope": null,
"spec": ">=2.2.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/header-case",
"/html-webpack-plugin/camel-case",
"/html-webpack-plugin/change-case",
"/html-webpack-plugin/dot-case",
"/html-webpack-plugin/param-case",
"/html-webpack-plugin/path-case",
"/html-webpack-plugin/sentence-case",
"/html-webpack-plugin/snake-case",
"/html-webpack-plugin/title-case"
],
"_resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.0.tgz",
"_shasum": "ca2825ccb76b18e6f79d573dcfbf1eace33dd164",
"_shrinkwrap": null,
"_spec": "no-case@^2.2.0",
"_where": "/Users/dan/p/create-react-app/node_modules/html-webpack-plugin/node_modules/change-case",
"author": {
"email": "hello@blakeembrey.com",
"name": "Blake Embrey",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/no-case/issues"
},
"dependencies": {
"lower-case": "^1.1.1"
},
"description": "Remove case from a string",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.3",
"jsesc": "^2.2.0",
"mocha": "^2.1.0",
"standard": "^7.1.2",
"xregexp": "^3.1.1"
},
"directories": {},
"dist": {
"shasum": "ca2825ccb76b18e6f79d573dcfbf1eace33dd164",
"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.3.0.tgz"
},
"files": [
"LICENSE",
"no-case.d.ts",
"no-case.js",
"vendor"
],
"gitHead": "651f544bf864011205b48736ebc3029ace0af563",
"homepage": "https://github.com/blakeembrey/no-case",
"keywords": [
"case",
"lower",
"no",
"space",
"trim"
],
"license": "MIT",
"main": "no-case.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "no-case",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/no-case.git"
},
"scripts": {
"build": "node build.js",
"lint": "standard",
"test": "npm run build && npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail"
},
"standard": {
"ignore": [
"coverage/**"
]
},
"typings": "no-case.d.ts",
"version": "2.3.0"
}