UNPKG

code-this

Version:

Code-this is node.js module that converts JavaScript variables into source codes. Unlike `JSON.stringify`, code-this also deals with reference(object) types of variables.

30 lines (29 loc) 735 B
{ "name": "code-this", "version": "0.1.8", "description": "Code-this is node.js module that converts JavaScript variables into source codes. Unlike `JSON.stringify`, code-this also deals with reference(object) types of variables.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "strinify", "json-strinify", "codify", "code-generator", "code" ], "repository": { "type": "git", "url": "git://github.com/kaelzhang/node-code-this.git" }, "author": "", "license": "BSD", "bugs": { "url": "https://github.com/kaelzhang/node-code-this/issues" }, "devDependencies": { "mocha": "~1.13.0", "chai": "~1.8.0" } }