UNPKG

pimatic

Version:

A home automation server and framework for the Raspberry PI running on node.js

88 lines (87 loc) 2.17 kB
{ "name": "string", "version": "3.3.3", "description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.", "homepage": "http://stringjs.com", "repository": { "type": "git", "url": "git+https://github.com/jprichardson/string.js.git" }, "keywords": [ "string", "strings", "string.js", "stringjs", "S", "s", "csv", "html", "entities", "parse", "html", "tags", "strip", "trim", "encode", "decode", "escape", "unescape" ], "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "license": "MIT", "dependencies": {}, "devDependencies": { "gulp": "3.8.11", "gulp-browserify": "0.5.1", "gulp-mocha": "2.0.0", "gulp-rename": "1.2.0", "gulp-rimraf": "^0.1.1", "gulp-uglify": "1.1.0", "istanbul": "*", "mocha": "*", "mochify": "^2.9.0", "uglify-js": "1.3.x" }, "main": "lib/string", "scripts": { "test": "gulp test", "istanbul": "istanbul cover node_modules/.bin/_mocha test/string.test.js" }, "gitHead": "21eb9f67a545d9320558b20876b1551e9f38e52f", "bugs": { "url": "https://github.com/jprichardson/string.js/issues" }, "_id": "string@3.3.3", "_shasum": "5ea211cd92d228e184294990a6cc97b366a77cb0", "_from": "string@>=3.3.3 <4.0.0", "_npmVersion": "3.10.3", "_nodeVersion": "6.7.0", "_npmUser": { "name": "az7arul", "email": "az7arul@gmail.com" }, "maintainers": [ { "name": "jprichardson", "email": "jprichardson@gmail.com" }, { "name": "az7arul", "email": "az7arul@gmail.com" } ], "dist": { "shasum": "5ea211cd92d228e184294990a6cc97b366a77cb0", "tarball": "https://registry.npmjs.org/string/-/string-3.3.3.tgz" }, "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/string-3.3.3.tgz_1476166333427_0.21646195952780545" }, "directories": {}, "_resolved": "https://registry.npmjs.org/string/-/string-3.3.3.tgz", "readme": "ERROR: No README data found!" }