58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"url-polyfill@1.1.12",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "url-polyfill@1.1.12",
|
|
"_id": "url-polyfill@1.1.12",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==",
|
|
"_location": "/url-polyfill",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "url-polyfill@1.1.12",
|
|
"name": "url-polyfill",
|
|
"escapedName": "url-polyfill",
|
|
"rawSpec": "1.1.12",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.12"
|
|
},
|
|
"_requiredBy": [
|
|
"/plyr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.12.tgz",
|
|
"_spec": "1.1.12",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "valentin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lifaon74/url-polyfill/issues"
|
|
},
|
|
"description": "Polyfill URL and URLSearchParams",
|
|
"devDependencies": {
|
|
"@types/node": "^10.12.18",
|
|
"http-server": "^0.11.1",
|
|
"selenium-webdriver": "^4.0.0-alpha.1",
|
|
"uglify-js": "^3.4.9"
|
|
},
|
|
"homepage": "https://github.com/lifaon74/url-polyfill#readme",
|
|
"license": "MIT",
|
|
"main": "url-polyfill.js",
|
|
"name": "url-polyfill",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lifaon74/url-polyfill.git"
|
|
},
|
|
"scripts": {
|
|
"serve": "http-server ./ -p9876",
|
|
"start": "uglifyjs url-polyfill.js -m -o url-polyfill.min.js",
|
|
"test": "node ./tests/test.js"
|
|
},
|
|
"version": "1.1.12"
|
|
}
|