UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

93 lines (92 loc) 2.67 kB
{ "_from": "unicode-properties@^1.0.0", "_id": "unicode-properties@1.3.1", "_inBundle": false, "_integrity": "sha512-nIV3Tf3LcUEZttY/2g4ZJtGXhWwSkuLL+rCu0DIAMbjyVPj+8j5gNVz4T/sVbnQybIsd5SFGkPKg/756OY6jlA==", "_location": "/unicode-properties", "_phantomChildren": { "pako": "0.2.9", "tiny-inflate": "1.0.3" }, "_requested": { "type": "range", "registry": true, "raw": "unicode-properties@^1.0.0", "name": "unicode-properties", "escapedName": "unicode-properties", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/fontkit" ], "_resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.3.1.tgz", "_shasum": "cc642b6314bde2c691d65dd94cece09ed84f1282", "_spec": "unicode-properties@^1.0.0", "_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/fontkit", "author": { "name": "Devon Govett", "email": "devongovett@gmail.com" }, "browser": { "./unicode-properties.es.js": "./unicode-properties.browser.es.js", "./unicode-properties.cjs.js": "./unicode-properties.browser.cjs.js" }, "bugs": { "url": "https://github.com/devongovett/unicode-properties/issues" }, "bundleDependencies": false, "dependencies": { "base64-js": "^1.3.0", "unicode-trie": "^2.0.0" }, "deprecated": false, "description": "Provides fast access to unicode character properties", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/register": "^7.0.0", "codepoints": "^1.3.0", "mocha": "^5.2.0", "rollup": "^1.5.0", "rollup-plugin-babel": "^4.0.1", "rollup-plugin-json": "^4.0.0" }, "directories": { "test": "test" }, "files": [ "data.json", "data.trie", "unicode-properties.es.js", "unicode-properties.es.js.map", "unicode-properties.cjs.js", "unicode-properties.cjs.js.map", "unicode-properties.browser.es.js", "unicode-properties.browser.es.js.map", "unicode-properties.browser.cjs.js", "unicode-properties.browser.cjs.js.map" ], "homepage": "https://github.com/devongovett/unicode-properties", "keywords": [ "unicode", "metadata", "character", "codepoint" ], "license": "MIT", "main": "./unicode-properties.cjs.js", "module": "./unicode-properties.es.js", "name": "unicode-properties", "repository": { "type": "git", "url": "git://github.com/devongovett/unicode-properties.git" }, "scripts": { "build": "node ./generate.js && rollup -c", "prepublish": "npm run build", "test": "npm run build && mocha" }, "version": "1.3.1" }