mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.7 KiB
78 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"umask@~1.1.0",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "umask@>=1.1.0 <1.2.0",
|
|
"_id": "umask@1.1.0",
|
|
"_inCache": true,
|
|
"_location": "/umask",
|
|
"_nodeVersion": "0.10.35",
|
|
"_npmUser": {
|
|
"email": "smikes@cubane.com",
|
|
"name": "smikes"
|
|
},
|
|
"_npmVersion": "2.2.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "umask",
|
|
"raw": "umask@~1.1.0",
|
|
"rawSpec": "~1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <1.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz",
|
|
"_shasum": "f29cebf01df517912bb58ff9c4e50fde8e33320d",
|
|
"_shrinkwrap": null,
|
|
"_spec": "umask@~1.1.0",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"email": "smikes@cubane.com",
|
|
"name": "Sam Mikes"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/smikes/umask/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "convert umask from string <-> number",
|
|
"devDependencies": {
|
|
"code": "^1.2.1",
|
|
"jslint": "^0.7.2",
|
|
"lab": "^5.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f29cebf01df517912bb58ff9c4e50fde8e33320d",
|
|
"tarball": "http://registry.npmjs.org/umask/-/umask-1.1.0.tgz"
|
|
},
|
|
"gitHead": "63d821e4d0b06ef9a4b727c5fbe5976e9534d76e",
|
|
"homepage": "https://github.com/smikes/umask",
|
|
"keywords": [
|
|
"umask"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "smikes",
|
|
"email": "smikes@cubane.com"
|
|
}
|
|
],
|
|
"name": "umask",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/smikes/umask.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jslint --terse --latest *.js test/*.js",
|
|
"test": "lab -ct 100"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|