forked from enviPath/enviPy
Current Dev State
This commit is contained in:
67
static/js/ketcher2/node_modules/string.fromcodepoint/package.json
generated
vendored
Normal file
67
static/js/ketcher2/node_modules/string.fromcodepoint/package.json
generated
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user