Files
enviPy-bayer/static/js/ketcher2/node_modules/string.fromcodepoint/package.json
2025-06-23 20:13:54 +02:00

68 lines
1.8 KiB
JSON

{
"_from": "string.fromcodepoint@^0.2.1",
"_id": "string.fromcodepoint@0.2.1",
"_inBundle": false,
"_integrity": "sha1-jZeDM8C8klOPUPOD5IiPPlYZ1lM=",
"_location": "/string.fromcodepoint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "string.fromcodepoint@^0.2.1",
"name": "string.fromcodepoint",
"escapedName": "string.fromcodepoint",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/svgicons2svgfont"
],
"_resolved": "https://registry.npmjs.org/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz",
"_shasum": "8d978333c0bc92538f50f383e4888f3e5619d653",
"_spec": "string.fromcodepoint@^0.2.1",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/svgicons2svgfont",
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/String.fromCodePoint/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.",
"directories": {
"test": "tests"
},
"files": [
"LICENSE-MIT.txt",
"fromcodepoint.js"
],
"homepage": "http://mths.be/fromcodepoint",
"keywords": [
"string",
"unicode",
"es6",
"ecmascript",
"polyfill"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"main": "fromcodepoint.js",
"name": "string.fromcodepoint",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/String.fromCodePoint.git"
},
"scripts": {
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
"test": "node tests/tests.js"
},
"version": "0.2.1"
}