[ Bron: node-path-is-absolute ]
Pakket: node-path-is-absolute (2.0.0-2)
Verwijzigingen voor node-path-is-absolute
Debian bronnen:
Het bronpakket node-path-is-absolute downloaden:
- [node-path-is-absolute_2.0.0-2.dsc]
- [node-path-is-absolute_2.0.0.orig.tar.gz]
- [node-path-is-absolute_2.0.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Node.js 0.12 path.isAbsolute() ponyfill
Path-is-absolute is a Node.js module that gives developers the ability to determine whether a path written in programming language is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. Path-is-absolute is a ponyfill, meaning that it does not overwrite the native method in a JavaScript environment.