Website/node_modules/absolute/package.json
2015-12-02 18:21:44 -05:00

73 lines
1.8 KiB
JSON

{
"_args": [
[
"absolute@0.0.1",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "absolute@0.0.1",
"_id": "absolute@0.0.1",
"_inCache": true,
"_installable": true,
"_location": "/absolute",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "dave@daveeddy.com",
"name": "bahamas10"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "absolute",
"raw": "absolute@0.0.1",
"rawSpec": "0.0.1",
"scope": null,
"spec": "0.0.1",
"type": "version"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/absolute/-/absolute-0.0.1.tgz",
"_shasum": "c22822f87e1c939f579887504d9c109c4173829d",
"_shrinkwrap": null,
"_spec": "absolute@0.0.1",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"author": {
"email": "dave@daveeddy.com",
"name": "Dave Eddy",
"url": "http://www.daveeddy.com"
},
"bugs": {
"url": "https://github.com/bahamas10/node-absolute/issues"
},
"dependencies": {},
"description": "Test if a path (string) is absolute",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "c22822f87e1c939f579887504d9c109c4173829d",
"tarball": "http://registry.npmjs.org/absolute/-/absolute-0.0.1.tgz"
},
"gitHead": "5bbd13716944dbda77d7b7bd07c41c0aab8b96e3",
"homepage": "https://github.com/bahamas10/node-absolute",
"license": "MIT",
"main": "./absolute.js",
"maintainers": [
{
"name": "bahamas10",
"email": "dave@daveeddy.com"
}
],
"name": "absolute",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/bahamas10/node-absolute.git"
},
"scripts": {
"test": "for f in test/*.js; do echo \"$f\"; node \"$f\" || exit 1; done; echo Passed; exit 0"
},
"version": "0.0.1"
}