55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"_from": "fast-text-encoding@^1.0.3",
|
|
"_id": "fast-text-encoding@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==",
|
|
"_location": "/fast-text-encoding",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fast-text-encoding@^1.0.3",
|
|
"name": "fast-text-encoding",
|
|
"escapedName": "fast-text-encoding",
|
|
"rawSpec": "^1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-auth-library",
|
|
"/google-gax"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz",
|
|
"_shasum": "ec02ac8e01ab8a319af182dae2681213cfe9ce53",
|
|
"_spec": "fast-text-encoding@^1.0.3",
|
|
"_where": "/Users/talksik/Development/nirvana-server/node_modules/google-gax",
|
|
"author": {
|
|
"name": "Sam Thorogood",
|
|
"email": "sam.thorogood@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/samthor/fast-text-encoding/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"google-closure-compiler": "^20200406.0.0",
|
|
"mocha": "^7.1.0"
|
|
},
|
|
"homepage": "https://github.com/samthor/fast-text-encoding#readme",
|
|
"license": "Apache-2.0",
|
|
"main": "text.min.js",
|
|
"name": "fast-text-encoding",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/samthor/fast-text-encoding.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "./compile.sh",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|