Sha256: 02d8241cb770698455bdaaff504e50299d6dc7de57edc8b5ead07f1213caa401
Contents?: true
Size: 1.83 KB
Versions: 1
Compression:
Stored size: 1.83 KB
Contents
{ "name": "entities", "version": "1.0.0", "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.0.0", "dist": { "shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26", "tarball": "http://registry.npmjs.org/entities/-/entities-1.0.0.tgz" }, "_from": "entities@1.0", "_npmVersion": "1.4.4", "_npmUser": { "name": "feedic", "email": "me@feedic.com" }, "maintainers": [ { "name": "feedic", "email": "me@feedic.com" } ], "_shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26", "_resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exercism-analysis-0.1.1 | vendor/javascript/node_modules/jshint/node_modules/htmlparser2/node_modules/entities/package.json |