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.
79 lines
1.8 KiB
79 lines
1.8 KiB
10 years ago
|
{
|
||
9 years ago
|
"_args": [
|
||
|
[
|
||
|
"has-unicode@~1.0.0",
|
||
|
"/Users/rebecca/code/npm"
|
||
|
]
|
||
|
],
|
||
|
"_from": "has-unicode@>=1.0.0 <1.1.0",
|
||
|
"_id": "has-unicode@1.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/has-unicode",
|
||
|
"_nodeVersion": "0.10.33",
|
||
|
"_npmUser": {
|
||
|
"email": "me@re-becca.org",
|
||
|
"name": "iarna"
|
||
10 years ago
|
},
|
||
9 years ago
|
"_npmVersion": "2.1.11",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "has-unicode",
|
||
|
"raw": "has-unicode@~1.0.0",
|
||
|
"rawSpec": "~1.0.0",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.0.0 <1.1.0",
|
||
|
"type": "range"
|
||
10 years ago
|
},
|
||
9 years ago
|
"_requiredBy": [
|
||
|
"/",
|
||
|
"/gauge"
|
||
10 years ago
|
],
|
||
9 years ago
|
"_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz",
|
||
|
"_shasum": "bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "has-unicode@~1.0.0",
|
||
|
"_where": "/Users/rebecca/code/npm",
|
||
10 years ago
|
"author": {
|
||
9 years ago
|
"email": "me@re-becca.org",
|
||
|
"name": "Rebecca Turner"
|
||
10 years ago
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/iarna/has-unicode/issues"
|
||
|
},
|
||
9 years ago
|
"dependencies": {},
|
||
|
"description": "Try to guess if your terminal supports unicode",
|
||
10 years ago
|
"devDependencies": {
|
||
|
"require-inject": "^1.1.1",
|
||
|
"tap": "^0.4.13"
|
||
|
},
|
||
9 years ago
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc",
|
||
|
"tarball": "http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz"
|
||
10 years ago
|
},
|
||
9 years ago
|
"gitHead": "a8c3dcf3be5f0c8f8e26a3e7ffea7da24344a006",
|
||
|
"homepage": "https://github.com/iarna/has-unicode",
|
||
|
"keywords": [
|
||
|
"terminal",
|
||
|
"unicode"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"main": "index.js",
|
||
10 years ago
|
"maintainers": [
|
||
|
{
|
||
|
"name": "iarna",
|
||
|
"email": "me@re-becca.org"
|
||
|
}
|
||
|
],
|
||
9 years ago
|
"name": "has-unicode",
|
||
|
"optionalDependencies": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/iarna/has-unicode"
|
||
10 years ago
|
},
|
||
9 years ago
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
10 years ago
|
}
|