103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"name": "webidl-conversions",
|
|
"raw": "webidl-conversions@^4.0.0",
|
|
"rawSpec": "^4.0.0",
|
|
"scope": null,
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/david/repos/medium-to-markdown/node_modules/jsdom"
|
|
]
|
|
],
|
|
"_from": "webidl-conversions@>=4.0.0 <5.0.0",
|
|
"_id": "webidl-conversions@4.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/webidl-conversions",
|
|
"_nodeVersion": "7.2.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/webidl-conversions-4.0.1.tgz_1487625578701_0.24767242977395654"
|
|
},
|
|
"_npmUser": {
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "webidl-conversions",
|
|
"raw": "webidl-conversions@^4.0.0",
|
|
"rawSpec": "^4.0.0",
|
|
"scope": null,
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.1.tgz",
|
|
"_shasum": "8015a17ab83e7e1b311638486ace81da6ce206a0",
|
|
"_shrinkwrap": null,
|
|
"_spec": "webidl-conversions@^4.0.0",
|
|
"_where": "/Users/david/repos/medium-to-markdown/node_modules/jsdom",
|
|
"author": {
|
|
"email": "d@domenic.me",
|
|
"name": "Domenic Denicola",
|
|
"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": {
|
|
"eslint": "^3.15.0",
|
|
"mocha": "^1.21.4",
|
|
"nyc": "^10.1.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "8015a17ab83e7e1b311638486ace81da6ce206a0",
|
|
"tarball": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.1.tgz"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"gitHead": "542e4ae1d660ccdfc9f158c8bf0a1ce9af846412",
|
|
"homepage": "https://github.com/jsdom/webidl-conversions#readme",
|
|
"keywords": [
|
|
"webidl",
|
|
"web",
|
|
"types"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
{
|
|
"email": "sebmaster16@gmail.com",
|
|
"name": "sebmaster"
|
|
}
|
|
],
|
|
"name": "webidl-conversions",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdom/webidl-conversions.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc mocha test/*.js",
|
|
"lint": "eslint .",
|
|
"test": "mocha test/*.js"
|
|
},
|
|
"version": "4.0.1"
|
|
}
|