I_Jemin

Publishing package

module.exports.add = function(a, b) { return a + b};
{
"name": "lion-lib-just-hello-npm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
var lion = require('lion-lib-just-hello-npm');
var result = lion.add(1,2);
console.log(result);
module.exports.add = function(a, b) { return a + b};
{
"_from": "lion-lib-just-hello-npm",
"_id": "lion-lib-just-hello-npm@1.0.0",
"_inBundle": false,
"_integrity": "sha512-5uqpPMNId2/i9zX+2yk+iXLSRD2deurc6Fr4fIAFCxYQccVQJmQ4Gjnm1DeHSNLD5ZEMC6GUDLX8Nd62vinN+A==",
"_location": "/lion-lib-just-hello-npm",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "lion-lib-just-hello-npm",
"name": "lion-lib-just-hello-npm",
"escapedName": "lion-lib-just-hello-npm",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/lion-lib-just-hello-npm/-/lion-lib-just-hello-npm-1.0.0.tgz",
"_shasum": "679bdb0d88236b32575dab4b7c6334649deb1a49",
"_spec": "lion-lib-just-hello-npm",
"_where": "/Users/jeminlee/git-projects/node-practice/node-app",
"author": "",
"bundleDependencies": false,
"deprecated": false,
"description": "",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "lion-lib-just-hello-npm",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"lion-lib-just-hello-npm": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/lion-lib-just-hello-npm/-/lion-lib-just-hello-npm-1.0.0.tgz",
"integrity": "sha512-5uqpPMNId2/i9zX+2yk+iXLSRD2deurc6Fr4fIAFCxYQccVQJmQ4Gjnm1DeHSNLD5ZEMC6GUDLX8Nd62vinN+A=="
}
}
}