Bones/node_modules/is-relative/package.json

109 lines
2.4 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"is-relative@^0.2.1",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\is-absolute"
]
],
"_from": "is-relative@>=0.2.1-0 <0.3.0-0",
"_id": "is-relative@0.2.1",
"_inCache": true,
"_location": "/is-relative",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "is-relative",
"raw": "is-relative@^0.2.1",
"rawSpec": "^0.2.1",
"scope": null,
"spec": ">=0.2.1-0 <0.3.0-0",
"type": "range"
},
"_requiredBy": [
"/is-absolute"
],
"_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
"_shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
"_shrinkwrap": null,
"_spec": "is-relative@^0.2.1",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\is-absolute",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-relative/issues"
},
"dependencies": {
"is-unc-path": "^0.1.1"
},
"description": "Returns `true` if the path appears to be relative.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
"tarball": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "5f2fcd8ae42e43e10f2ac1b7b11f1b43ea1844ac",
"homepage": "https://github.com/jonschlinkert/is-relative",
"installable": true,
"keywords": [
"absolute",
"check",
"file",
"filepath",
"is",
"normalize",
"path",
"path.relative",
"relative",
"resolve",
"slash",
"slashes",
"uri",
"url"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-relative",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-relative.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"is-absolute",
"is-dotfile",
"is-glob",
"is-relative",
"is-unc-path"
]
}
},
"version": "0.2.1"
}