@zkochan/pnpm
Version:
A fast implementation of npm install
83 lines (82 loc) • 2.12 kB
JSON
{
"_args": [
[
{
"raw": "absolute@0.0.1",
"scope": null,
"escapedName": "absolute",
"name": "absolute",
"rawSpec": "0.0.1",
"spec": "0.0.1",
"type": "version"
},
"C:\\src\\pnpm\\node_modules\\metalsmith"
]
],
"_from": "absolute@0.0.1",
"_id": "absolute@0.0.1",
"_inCache": true,
"_installable": true,
"_location": "/absolute",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "bahamas10",
"email": "dave@daveeddy.com"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "absolute@0.0.1",
"scope": null,
"escapedName": "absolute",
"name": "absolute",
"rawSpec": "0.0.1",
"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": "C:\\src\\pnpm\\node_modules\\metalsmith",
"author": {
"name": "Dave Eddy",
"email": "dave@daveeddy.com",
"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": "https://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": {},
"readme": "ERROR: No README data found!",
"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"
}