first commit
This commit is contained in:
81
build/node_modules/is-absolute/package.json
generated
vendored
Normal file
81
build/node_modules/is-absolute/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-absolute@0.1.7",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "is-absolute@0.1.7",
|
||||
"_id": "is-absolute@0.1.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-hHSREZ/MtftDYhfMc39/qtUPYD8=",
|
||||
"_location": "/is-absolute",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-absolute@0.1.7",
|
||||
"name": "is-absolute",
|
||||
"escapedName": "is-absolute",
|
||||
"rawSpec": "0.1.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/strip-dirs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz",
|
||||
"_spec": "0.1.7",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"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": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"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",
|
||||
"name": "is-absolute",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/is-absolute.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.1.7"
|
||||
}
|
||||
Reference in New Issue
Block a user