Sha256: ef1efa0fa8cb1dc0b9cb3aa00a29409eef60cf384ec06811efd1291e263ebcd4
Contents?: true
Size: 1.83 KB
Versions: 16
Compression:
Stored size: 1.83 KB
Contents
{ "name": "entities", "version": "1.1.1", "description": "Encode & decode XML/HTML entities with ease", "author": { "name": "Felix Boehm", "email": "me@feedic.com" }, "keywords": [ "html", "xml", "entity", "encoding" ], "main": "./index.js", "directories": { "test": "test" }, "devDependencies": { "mocha": "1", "mocha-lcov-reporter": "*", "coveralls": "*", "istanbul": "*", "jshint": "2" }, "scripts": { "test": "mocha && npm run lint", "lint": "jshint index.js lib/*.js test/*.js", "lcov": "istanbul cover _mocha --report lcovonly -- -R spec", "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)" }, "repository": { "type": "git", "url": "git://github.com/fb55/node-entities.git" }, "license": "BSD-like", "jshintConfig": { "eqeqeq": true, "freeze": true, "latedef": "nofunc", "noarg": true, "nonbsp": true, "quotmark": "double", "undef": true, "unused": true, "trailing": true, "eqnull": true, "proto": true, "smarttabs": true, "node": true, "globals": { "describe": true, "it": true } }, "bugs": { "url": "https://github.com/fb55/node-entities/issues" }, "homepage": "https://github.com/fb55/node-entities", "_id": "entities@1.1.1", "dist": { "shasum": "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0", "tarball": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" }, "_from": "entities@~1.1.1", "_npmVersion": "1.4.6", "_npmUser": { "name": "feedic", "email": "me@feedic.com" }, "maintainers": [ { "name": "feedic", "email": "me@feedic.com" } ], "_shasum": "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0", "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" }
Version data entries
16 entries across 13 versions & 1 rubygems