react-scripts
Version:
Configuration and scripts for Create React App.
96 lines (95 loc) • 2.59 kB
JSON
{
"_args": [
[
"whatwg-url@^3.0.0",
"/Users/dan/p/create-react-app/node_modules/jsdom"
]
],
"_from": "whatwg-url@>=3.0.0 <4.0.0",
"_id": "whatwg-url@3.0.0",
"_inCache": true,
"_installable": true,
"_location": "/whatwg-url",
"_nodeVersion": "6.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/whatwg-url-3.0.0.tgz_1464463943614_0.6469055290799588"
},
"_npmUser": {
"email": "d@domenic.me",
"name": "domenic"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "whatwg-url",
"raw": "whatwg-url@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-3.0.0.tgz",
"_shasum": "b9033c50c7ce763e91d78777ce825a6d7f56dac5",
"_shrinkwrap": null,
"_spec": "whatwg-url@^3.0.0",
"_where": "/Users/dan/p/create-react-app/node_modules/jsdom",
"author": {
"email": "github@smayr.name",
"name": "Sebastian Mayr"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
},
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"eslint": "^2.6.0",
"istanbul": "~0.4.3",
"mocha": "^2.2.4",
"recast": "~0.10.29",
"request": "^2.55.0",
"webidl2js": "^3.0.2"
},
"directories": {},
"dist": {
"shasum": "b9033c50c7ce763e91d78777ce825a6d7f56dac5",
"tarball": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-3.0.0.tgz"
},
"gitHead": "15547ead082b2434331a73d003a71e6923f5783e",
"homepage": "https://github.com/jsdom/whatwg-url#readme",
"license": "MIT",
"main": "lib/public-api.js",
"maintainers": [
{
"name": "domenic",
"email": "d@domenic.me"
},
{
"name": "sebmaster",
"email": "sebmaster16@gmail.com"
}
],
"name": "whatwg-url",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/whatwg-url.git"
},
"scripts": {
"build": "node scripts/transform.js && node scripts/convert-idl.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint .",
"prepublish": "npm run build",
"pretest": "node scripts/get-latest-platform-tests.js && npm run build",
"test": "mocha"
},
"version": "3.0.0"
}