react-scripts
Version:
Configuration and scripts for Create React App.
97 lines (96 loc) • 2.64 kB
JSON
{
"_args": [
[
{
"raw": "content-type-parser@^1.0.1",
"scope": null,
"escapedName": "content-type-parser",
"name": "content-type-parser",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jsdom"
]
],
"_from": "content-type-parser@>=1.0.1 <2.0.0",
"_id": "content-type-parser@1.0.1",
"_inCache": true,
"_location": "/content-type-parser",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/content-type-parser-1.0.1.tgz_1476569899741_0.47508528595790267"
},
"_npmUser": {
"name": "domenic",
"email": "d@domenic.me"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "content-type-parser@^1.0.1",
"scope": null,
"escapedName": "content-type-parser",
"name": "content-type-parser",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.1.tgz",
"_shasum": "c3e56988c53c65127fb46d4032a3a900246fdc94",
"_shrinkwrap": null,
"_spec": "content-type-parser@^1.0.1",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/content-type-parser/issues"
},
"dependencies": {},
"description": "Parse the value of the Content-Type header",
"devDependencies": {
"eslint": "^3.8.0",
"mocha": "^3.1.2"
},
"directories": {},
"dist": {
"shasum": "c3e56988c53c65127fb46d4032a3a900246fdc94",
"tarball": "https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.1.tgz"
},
"files": [
"lib/"
],
"gitHead": "a5581b8a0dfd7c358b71f22f387ca3308e6eb502",
"homepage": "https://github.com/jsdom/content-type-parser#readme",
"keywords": [
"content-type",
"http"
],
"license": "WTFPL",
"main": "lib/content-type-parser.js",
"maintainers": [
{
"name": "domenic",
"email": "d@domenic.me"
}
],
"name": "content-type-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/content-type-parser.git"
},
"scripts": {
"lint": "eslint lib test",
"test": "mocha"
},
"version": "1.0.1"
}