react-scripts
Version:
Configuration and scripts for Create React App.
97 lines (96 loc) • 2.57 kB
JSON
{
"_args": [
[
{
"raw": "webidl-conversions@^3.0.1",
"scope": null,
"escapedName": "webidl-conversions",
"name": "webidl-conversions",
"rawSpec": "^3.0.1",
"spec": ">=3.0.1 <4.0.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/jsdom"
]
],
"_from": "webidl-conversions@>=3.0.1 <4.0.0",
"_id": "webidl-conversions@3.0.1",
"_inCache": true,
"_location": "/webidl-conversions",
"_nodeVersion": "5.3.0",
"_npmUser": {
"name": "sebmaster",
"email": "sebmaster16@gmail.com"
},
"_npmVersion": "3.5.3",
"_phantomChildren": {},
"_requested": {
"raw": "webidl-conversions@^3.0.1",
"scope": null,
"escapedName": "webidl-conversions",
"name": "webidl-conversions",
"rawSpec": "^3.0.1",
"spec": ">=3.0.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom",
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"_shasum": "24534275e2a7bc6be7bc86611cc16ae0a5654871",
"_shrinkwrap": null,
"_spec": "webidl-conversions@^3.0.1",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/webidl-conversions/issues"
},
"dependencies": {},
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
"devDependencies": {
"mocha": "^1.21.4"
},
"directories": {},
"dist": {
"shasum": "24534275e2a7bc6be7bc86611cc16ae0a5654871",
"tarball": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
},
"files": [
"lib/"
],
"gitHead": "e21056f891736db755cfe0d72e4ce083a9034ace",
"homepage": "https://github.com/jsdom/webidl-conversions#readme",
"keywords": [
"webidl",
"web",
"types"
],
"license": "BSD-2-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "domenic",
"email": "d@domenic.me"
},
{
"name": "sebmaster",
"email": "sebmaster16@gmail.com"
}
],
"name": "webidl-conversions",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/webidl-conversions.git"
},
"scripts": {
"test": "mocha test/*.js"
},
"version": "3.0.1"
}