Files

21 lines
424 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "path-is-absolute",
"version": "1.0.1",
"description": "Node.js 0.12 path.isAbsolute() ponyfill",
"license": "MIT",
"repository": "sindresorhus/path-is-absolute",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"devDependencies": {
"xo": "^0.16.0"
}
}