lipdjs
Version:
A JavaScript library for reading and writing LiPD (Linked Paleo Data) files
76 lines (75 loc) • 1.76 kB
JSON
{
"name": "lipdjs",
"version": "0.4.2",
"description": "A JavaScript library for reading and writing LiPD (Linked Paleo Data) files",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"test": "jest",
"lint": "eslint src --ext ts",
"prepare": "npm run build"
},
"keywords": [
"lipd",
"paleo",
"paleoclimate",
"data",
"json",
"rdf",
"linked-data"
],
"author": "LiPD Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LinkedEarth/lipdjs.git"
},
"dependencies": {
"@comunica/query-sparql": "^4.1.0",
"@types/adm-zip": "^0.5.7",
"@types/papaparse": "^5.3.15",
"@types/uuid": "^10.0.0",
"adm-zip": "^0.5.16",
"jszip": "^3.10.1",
"n3": "^1.17.0",
"os-browserify": "^0.3.0",
"pako": "^2.1.0",
"papaparse": "^5.5.2",
"path-browserify": "^1.0.1",
"rdf-stores": "^2.1.1",
"util": "^0.12.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "18.x",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.3.1",
"typescript": "^5.3.3",
"tsup": "^7.2.0"
},
"browser": {
"adm-zip": false,
"fs": false,
"path": "path-browserify",
"zlib": false,
"crypto": false,
"os": "os-browserify/browser",
"stream": false,
"util": "util"
}
}