npm
Version:
a package manager for JavaScript
100 lines (99 loc) • 2.25 kB
JSON
{
"_args": [
[
"is-absolute@^0.1.7",
"/Users/rebecca/code/npm/node_modules/which"
]
],
"_from": "is-absolute@>=0.1.7 <0.2.0",
"_id": "is-absolute@0.1.7",
"_inCache": true,
"_location": "/is-absolute",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "is-absolute",
"raw": "is-absolute@^0.1.7",
"rawSpec": "^0.1.7",
"scope": null,
"spec": ">=0.1.7 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/which"
],
"_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz",
"_shasum": "847491119fccb5fb436217cc737f7faad50f603f",
"_shrinkwrap": null,
"_spec": "is-absolute@^0.1.7",
"_where": "/Users/rebecca/code/npm/node_modules/which",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-absolute/issues"
},
"dependencies": {
"is-relative": "^0.1.0"
},
"description": "Return true if a file path is absolute.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "847491119fccb5fb436217cc737f7faad50f603f",
"tarball": "http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "90cca7b671620bf28b778a61fddc8a986a2e1095",
"homepage": "https://github.com/jonschlinkert/is-absolute",
"keywords": [
"absolute",
"check",
"file",
"filepath",
"is",
"normalize",
"path",
"path.relative",
"relative",
"resolve",
"slash",
"slashes",
"uri",
"url"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/is-absolute/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-absolute",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-absolute.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.7"
}