trainingproject
Version:
A module to teach you how to module.
99 lines (98 loc) • 2.43 kB
JSON
{
"_args": [
[
{
"raw": "wcsize@^1.0.0",
"scope": null,
"escapedName": "wcsize",
"name": "wcsize",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\wcstring"
]
],
"_from": "wcsize@>=1.0.0 <2.0.0",
"_id": "wcsize@1.0.0",
"_inCache": true,
"_location": "/wcsize",
"_nodeVersion": "4.2.1",
"_npmUser": {
"name": "leichtgewicht",
"email": "mh@leichtgewicht.at"
},
"_npmVersion": "3.3.9",
"_phantomChildren": {},
"_requested": {
"raw": "wcsize@^1.0.0",
"scope": null,
"escapedName": "wcsize",
"name": "wcsize",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/wcstring"
],
"_resolved": "https://registry.npmjs.org/wcsize/-/wcsize-1.0.0.tgz",
"_shasum": "a8a2e15e6a8a74791dba580f69a57d27e850ea1e",
"_shrinkwrap": null,
"_spec": "wcsize@^1.0.0",
"_where": "C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\wcstring",
"author": {
"name": "Martin Heidegger",
"email": "martin.heidegger@gmail.com"
},
"bugs": {
"url": "https://github.com/martinheidegger/wcsize/issues"
},
"dependencies": {},
"description": "Derived from visualwidth-js this package identifies the size of one characterCode in terminals",
"devDependencies": {
"standard": "^5.3.1",
"tape": "^4.2.2"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "a8a2e15e6a8a74791dba580f69a57d27e850ea1e",
"tarball": "https://registry.npmjs.org/wcsize/-/wcsize-1.0.0.tgz"
},
"gitHead": "a9cb0dd3d88ad1bb3bddc9ea3a93f562a74ada55",
"homepage": "https://github.com/martinheidegger/wcsize#readme",
"keywords": [
"unicode",
"visualwidth",
"terminal",
"wide character",
"wc",
"wide character string",
"wcs",
"terminal",
"width",
"wcwidth",
"wcswidth"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "leichtgewicht",
"email": "mh@leichtgewicht.at"
}
],
"name": "wcsize",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/martinheidegger/wcsize.git"
},
"scripts": {
"test": "tape test/**/*.js; standard"
},
"version": "1.0.0"
}