You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
3.4 KiB
122 lines
3.4 KiB
{
|
|
"_from": "@foliojs-fork/pdfkit@^0.13.0",
|
|
"_id": "@foliojs-fork/pdfkit@0.13.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YXeG1fml9k97YNC9K8e292Pj2JzGt9uOIiBFuQFxHsdQ45BlxW+JU3RQK6JAvXU7kjhjP8rCcYvpk36JLD33sQ==",
|
|
"_location": "/@foliojs-fork/pdfkit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@foliojs-fork/pdfkit@^0.13.0",
|
|
"name": "@foliojs-fork/pdfkit",
|
|
"escapedName": "@foliojs-fork%2fpdfkit",
|
|
"scope": "@foliojs-fork",
|
|
"rawSpec": "^0.13.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.13.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pdfmake"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@foliojs-fork/pdfkit/-/pdfkit-0.13.0.tgz",
|
|
"_shasum": "54f5368d8cf74d8edc81a175ccda1fd9655f2db9",
|
|
"_spec": "@foliojs-fork/pdfkit@^0.13.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/pdfmake",
|
|
"author": {
|
|
"name": "Devon Govett",
|
|
"email": "devongovett@gmail.com",
|
|
"url": "http://badassjs.com/"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"brfs"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/foliojs-fork/pdfkit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@foliojs-fork/fontkit": "^1.9.1",
|
|
"@foliojs-fork/linebreak": "^1.1.1",
|
|
"crypto-js": "^4.0.0",
|
|
"png-js": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A PDF generation library for Node.js",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/plugin-external-helpers": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"babel-jest": "^26.3.0",
|
|
"blob-stream": "^0.1.2",
|
|
"brace": "^0.11.1",
|
|
"brfs": "~2.0.2",
|
|
"browserify": "^16.5.0",
|
|
"canvas": "^2.6.1",
|
|
"codemirror": "~5.49.2",
|
|
"eslint": "^7.8.1",
|
|
"gh-pages": "^3.1.0",
|
|
"iconv-lite": "^0.5.0",
|
|
"jest": "^26.4.2",
|
|
"jest-screenshot": "^0.3.1",
|
|
"markdown": "~0.5.0",
|
|
"pdfjs-dist": "^2.4.456",
|
|
"prettier": "1.19.1",
|
|
"pug": "^2.0.4",
|
|
"rollup": "^1.27.0",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-cpy": "^2.0.1"
|
|
},
|
|
"engine": [
|
|
"node >= v6.0.0"
|
|
],
|
|
"esnext": "js/pdfkit.esnext.js",
|
|
"homepage": "http://pdfkit.org/",
|
|
"jest": {
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"<rootDir>/examples/"
|
|
],
|
|
"testURL": "http://localhost/",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/tests/unit/setupTests.js"
|
|
],
|
|
"reporters": [
|
|
"default",
|
|
"jest-screenshot/reporter"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"pdf",
|
|
"pdf writer",
|
|
"pdf generator",
|
|
"graphics",
|
|
"document",
|
|
"vector"
|
|
],
|
|
"license": "MIT",
|
|
"main": "js/pdfkit.js",
|
|
"module": "js/pdfkit.es5.js",
|
|
"name": "@foliojs-fork/pdfkit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/foliojs-fork/pdfkit.git"
|
|
},
|
|
"scripts": {
|
|
"browserify-example": "browserify examples/browserify/browser.js > examples/browserify/bundle.js",
|
|
"build": "rollup -c",
|
|
"docs": "npm run pdf-guide && npm run website && npm run browserify-example",
|
|
"lint": "eslint {lib,tests}/**/*.js",
|
|
"pdf-guide": "node docs/generate.js",
|
|
"prepublishOnly": "npm run build",
|
|
"prettier": "prettier {lib,tests,examples,docs}/**/*.js",
|
|
"publish-website": "node docs/publish_website.js",
|
|
"test": "jest -i",
|
|
"test:unit": "jest unit/",
|
|
"test:visual": "jest visual/ -i",
|
|
"website": "node docs/generate_website.js"
|
|
},
|
|
"version": "0.13.0"
|
|
}
|