Initial commit
This commit is contained in:
+59
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"_from": "webidl-conversions@^3.0.0",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
|
||||
"_location": "/webidl-conversions",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "webidl-conversions@^3.0.0",
|
||||
"name": "webidl-conversions",
|
||||
"escapedName": "webidl-conversions",
|
||||
"rawSpec": "^3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/whatwg-url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
||||
"_shasum": "24534275e2a7bc6be7bc86611cc16ae0a5654871",
|
||||
"_spec": "webidl-conversions@^3.0.0",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/whatwg-url",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
"email": "[email protected]",
|
||||
"url": "https://domenic.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/webidl-conversions/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.21.4"
|
||||
},
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/jsdom/webidl-conversions#readme",
|
||||
"keywords": [
|
||||
"webidl",
|
||||
"web",
|
||||
"types"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "lib/index.js",
|
||||
"name": "webidl-conversions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/webidl-conversions.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/*.js"
|
||||
},
|
||||
"version": "3.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user