mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
65
node_modules/is-relative-path/package.json
generated
vendored
Normal file
65
node_modules/is-relative-path/package.json
generated
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-relative-path@1.0.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "is-relative-path@1.0.2",
|
||||
"_id": "is-relative-path@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-CRtGoNZ8HtD+hfH4z93gBrslHUY=",
|
||||
"_location": "/is-relative-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-relative-path@1.0.2",
|
||||
"name": "is-relative-path",
|
||||
"escapedName": "is-relative-path",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/filing-cabinet"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-relative-path/-/is-relative-path-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Joel Kemp",
|
||||
"email": "joel@mrjoelkemp.com",
|
||||
"url": "http://www.mrjoelkemp.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mrjoelkemp/is-relative-path/issues"
|
||||
},
|
||||
"description": "Whether or not a given path is relative",
|
||||
"devDependencies": {
|
||||
"jscs": "~3.0.3",
|
||||
"mocha": "~2.4.5"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/mrjoelkemp/is-relative-path",
|
||||
"jscsConfig": {
|
||||
"preset": "airbnb"
|
||||
},
|
||||
"keywords": [
|
||||
"relative",
|
||||
"path"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-relative-path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mrjoelkemp/is-relative-path.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jscs test index.js && mocha"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
Reference in New Issue
Block a user