{"name":"crosspath","version":"1.0.0","description":"A wrapper around the path module that always normalizes to POSIX (including converting backslashes to forward slashes)","scripts":{"generate:sandhog":"sandhog all --yes","generate:changelog":"standard-changelog --first-release","generate:all":"pnpm run generate:sandhog && pnpm run generate:changelog","clean":"rimraf dist","lint":"tsc --noEmit && eslint \"src/**/*.ts\" --color","prettier":"prettier --write '{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}'","test":"ava","prebuild":"pnpm run clean","build":"pnpm run prebuild && pnpm run tsc","prewatch":"pnpm run clean","watch":"pnpm run prewatch && pnpm run tsc -- --watch","tsc:cjs":"tsc -p tsconfig.build.json --module commonjs --outDir dist/cjs","tsc:esm":"tsc -p tsconfig.build.json --module esnext --outDir dist/esm","tsc":"pnpm run tsc:cjs && pnpm run tsc:esm","preversion":"pnpm run lint && pnpm run build","version":"pnpm run preversion && pnpm run generate:all && git add .","release":"np --no-cleanup --no-yarn","update:check":"pnpx npm-check-updates --dep dev,prod","update:commit":"pnpx npm-check-updates -u --dep dev,prod && pnpm update && pnpm install"},"keywords":["typescript","posix","path","slash","normalize"],"contributors":[{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"}],"license":"MIT","dependencies":{"@types/node":"^16.11.7"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.3.1","@typescript-eslint/parser":"^5.3.1","@wessberg/ts-config":"^1.1.3","sandhog":"^1.0.41","ava":"^3.15.0","eslint":"^8.2.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.2","eslint-plugin-jsdoc":"^37.0.3","husky":"^7.0.4","np":"7.5.0","pnpm":"^6.20.4","prettier":"^2.4.1","pretty-quick":"^3.1.1","rimraf":"^3.0.2","standard-changelog":"^2.0.27","ts-node":"^10.4.0","typescript":"^4.4.4","npm-check-updates":"^12.0.2"},"main":"./dist/cjs/index.js","module":"./dist/esm/index.js","browser":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","typings":"./dist/esm/index.d.ts","es2015":"./dist/esm/index.js","repository":{"type":"git","url":"git+https://github.com/wessberg/crosspath.git"},"bugs":{"url":"https://github.com/wessberg/crosspath/issues"},"engines":{"node":">=10.0.0"},"ava":{"files":["test/**.test.ts"],"verbose":true,"timeout":"400s","extensions":["ts"],"environmentVariables":{"NODE_OPTIONS":"--max_old_space_size=4096","FORCE_COLOR":"3"},"require":["ts-node/register/transpile-only"]},"gitHead":"51a3af3e614c2692e269ccff185240055d892c3e","homepage":"https://github.com/wessberg/crosspath#readme","_id":"crosspath@1.0.0","_nodeVersion":"16.9.1","_npmVersion":"7.21.1","dist":{"shasum":"0892ebb51676eb57df56db8c7c46d3344555051b","size":8767,"noattachment":false,"key":"/crosspath/-/crosspath-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/crosspath/download/crosspath-1.0.0.tgz"},"_npmUser":{"name":"wessberg","email":"frederikwessberg@gmail.com"},"directories":{},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/crosspath_1.0.0_1636486206230_0.6729871633876581"},"_hasShrinkwrap":false,"publish_time":1636486206383,"_cnpm_publish_time":1636486206383,"dist-tags":{"latest":"2.0.0"}}