package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "entities@1.0",
  6. "scope": null,
  7. "escapedName": "entities",
  8. "name": "entities",
  9. "rawSpec": "1.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/htmlparser2"
  14. ]
  15. ],
  16. "_from": "entities@>=1.0.0 <1.1.0",
  17. "_id": "entities@1.0.0",
  18. "_inCache": true,
  19. "_location": "/entities",
  20. "_npmUser": {
  21. "name": "feedic",
  22. "email": "me@feedic.com"
  23. },
  24. "_npmVersion": "1.4.4",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "entities@1.0",
  28. "scope": null,
  29. "escapedName": "entities",
  30. "name": "entities",
  31. "rawSpec": "1.0",
  32. "spec": ">=1.0.0 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/htmlparser2"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
  39. "_shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",
  40. "_shrinkwrap": null,
  41. "_spec": "entities@1.0",
  42. "_where": "/home/conte/data/reveal.js/node_modules/htmlparser2",
  43. "author": {
  44. "name": "Felix Boehm",
  45. "email": "me@feedic.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/fb55/node-entities/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Encode & decode XML/HTML entities with ease",
  52. "devDependencies": {
  53. "coveralls": "*",
  54. "istanbul": "*",
  55. "jshint": "2",
  56. "mocha": "1",
  57. "mocha-lcov-reporter": "*"
  58. },
  59. "directories": {
  60. "test": "test"
  61. },
  62. "dist": {
  63. "shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",
  64. "tarball": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz"
  65. },
  66. "homepage": "https://github.com/fb55/node-entities",
  67. "jshintConfig": {
  68. "eqeqeq": true,
  69. "freeze": true,
  70. "latedef": "nofunc",
  71. "noarg": true,
  72. "nonbsp": true,
  73. "quotmark": "double",
  74. "undef": true,
  75. "unused": true,
  76. "trailing": true,
  77. "eqnull": true,
  78. "proto": true,
  79. "smarttabs": true,
  80. "node": true,
  81. "globals": {
  82. "describe": true,
  83. "it": true
  84. }
  85. },
  86. "keywords": [
  87. "html",
  88. "xml",
  89. "entity",
  90. "encoding"
  91. ],
  92. "license": "BSD-like",
  93. "main": "./index.js",
  94. "maintainers": [
  95. {
  96. "name": "feedic",
  97. "email": "me@feedic.com"
  98. }
  99. ],
  100. "name": "entities",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/fb55/node-entities.git"
  106. },
  107. "scripts": {
  108. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  109. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  110. "lint": "jshint index.js lib/*.js test/*.js",
  111. "test": "mocha && npm run lint"
  112. },
  113. "version": "1.0.0"
  114. }