| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "description": "Node.js 0.12 path.isAbsolute() ponyfill", |
| "devDependencies": { |
| "xo": "^0.16.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "path", |
| "paths", |
| "file", |
| "dir", |
| "absolute", |
| "isabsolute", |
| "is-absolute", |
| "built-in", |
| "util", |
| "utils", |
| "core", |
| "ponyfill", |
| "polyfill", |
| "shim", |
| "is", |
| "detect", |
| "check" |
| ], |
| "license": "MIT", |
| "name": "path-is-absolute", |
| "repository": "sindresorhus/path-is-absolute", |
| "scripts": { |
| "test": "xo && node test.js" |
| }, |
| "version": "1.0.1" |
| } |