2017-09-13 07:52:34 +02:00

111 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "is-relative@^0.1.0",
"scope": null,
"escapedName": "is-relative",
"name": "is-relative",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\is-absolute"
]
],
"_from": "is-relative@>=0.1.0 <0.2.0",
"_id": "is-relative@0.1.3",
"_inCache": true,
"_location": "/is-relative",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"raw": "is-relative@^0.1.0",
"scope": null,
"escapedName": "is-relative",
"name": "is-relative",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/is-absolute"
],
"_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz",
"_shasum": "905fee8ae86f45b3ec614bc3c15c869df0876e82",
"_shrinkwrap": null,
"_spec": "is-relative@^0.1.0",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\is-absolute",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-relative/issues"
},
"dependencies": {},
"description": "Returns `true` if the path appears to be relative.",
"devDependencies": {
"mocha": "*",
"verb": ">= 0.2.6",
"verb-tag-jscomments": "^0.1.4"
},
"directories": {},
"dist": {
"shasum": "905fee8ae86f45b3ec614bc3c15c869df0876e82",
"tarball": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE-MIT"
],
"homepage": "https://github.com/jonschlinkert/is-relative",
"keywords": [
"absolute",
"check",
"file",
"filepath",
"is",
"normalize",
"path",
"path.relative",
"relative",
"resolve",
"slash",
"slashes",
"uri",
"url"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/is-relative/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-relative",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-relative.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.1.3"
}