UNPKG

@editorialapp/datatools

Version:

A collection of dependencies organized into useful tools for working with data in ways that are common in data cleaning and in building news apps.

72 lines (71 loc) 1.68 kB
{ "name": "@editorialapp/datatools", "version": "1.6.0", "main": "index.js", "type": "module", "scripts": { "test": "brittle tests/*.js", "lint": "dxv lint", "deps": "dxv deps", "format": "dxv format" }, "exports": { ".": "./index.js", "./csv": "./lib/csv.js", "./date": "./lib/date.js", "./dirname": "./lib/dirname.js", "./fetch": "./lib/fetch.js", "./fs": "./lib/fs.js", "./geo": "./lib/geo.js", "./json": "./lib/json.js", "./markdown": "./lib/markdown.js", "./numbers": "./lib/numbers.js", "./s3": "./lib/s3.js", "./text": "./lib/text.js", "./xlsx": "./lib/xlsx.js" }, "dependencies": { "@aws-sdk/client-s3": "^3.449.0", "@sindresorhus/slugify": "^2.2.1", "@turf/helpers": "^6.5.0", "@types/geojson": "^7946.0.13", "better-sqlite3": "^9.1.1", "collect-stream": "^1.2.1", "csv": "^6.3.5", "date-fns": "^2.30.0", "dedent": "^1.5.1", "desm": "^1.3.0", "fetch-undici": "^3.0.1", "front-matter": "^4.0.2", "localdrive": "^1.11.1", "mime-types": "^2.1.35", "mirror-drive": "^1.3.0", "node-xlsx": "^0.23.0", "remark": "^15.0.1", "remark-html": "^16.0.1", "undici": "^6.0.1" }, "devDependencies": { "@dxv/cli": "^1.2.0", "brittle": "^3.3.2" }, "author": "sethvincent <sethvincent@gmail.com> (https://sethvincent.com/)", "license": "Apache-2.0", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/editorialapp/datatools.git" }, "keywords": [ "github", "s3", "data" ], "bugs": { "url": "https://github.com/editorialapp/datatools/issues" }, "homepage": "https://github.com/editorialapp/datatools#readme", "description": "" }