74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"text-encoding-utf-8@1.0.2",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "text-encoding-utf-8@1.0.2",
|
|
"_id": "text-encoding-utf-8@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg==",
|
|
"_location": "/text-encoding-utf-8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "text-encoding-utf-8@1.0.2",
|
|
"name": "text-encoding-utf-8",
|
|
"escapedName": "text-encoding-utf-8",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@finos/perspective",
|
|
"/apache-arrow"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/text-encoding-utf-8/-/text-encoding-utf-8-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Erik Arvidsson",
|
|
"email": "erik.arvidsson@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/arv/text-encoding-utf-8/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Rick Eyre",
|
|
"email": "rick.eyre@outlook.com"
|
|
},
|
|
{
|
|
"name": "Joshua Bell",
|
|
"email": "inexorabletash@gmail.com"
|
|
}
|
|
],
|
|
"description": "UTF-8 only polyfill for the Encoding Living Standard's API.",
|
|
"devDependencies": {
|
|
"rollup": "^0.21.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/arv/text-encoding-utf-8",
|
|
"jsnext:main": "src/encoding.js",
|
|
"keywords": [
|
|
"encoding",
|
|
"decoding",
|
|
"living standard"
|
|
],
|
|
"main": "lib/encoding.lib",
|
|
"name": "text-encoding-utf-8",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/arv/text-encoding-utf-8.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "rollup -f iife -o lib/encoding.js -- src/polyfill.js && rollup -f cjs -o lib/encoding.lib.js -- src/encoding.js && cp src/encoding.js lib/encoding.lib.mjs"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|