package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "entities@1.0",
  3. "_id": "entities@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
  6. "_location": "/entities",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "entities@1.0",
  12. "name": "entities",
  13. "escapedName": "entities",
  14. "rawSpec": "1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0"
  17. },
  18. "_requiredBy": [
  19. "/htmlparser2"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/entities/download/entities-1.0.0.tgz",
  22. "_shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",
  23. "_spec": "entities@1.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\htmlparser2",
  25. "author": {
  26. "name": "Felix Boehm",
  27. "email": "me@feedic.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fb55/node-entities/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Encode & decode XML/HTML entities with ease",
  35. "devDependencies": {
  36. "coveralls": "*",
  37. "istanbul": "*",
  38. "jshint": "2",
  39. "mocha": "1",
  40. "mocha-lcov-reporter": "*"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/fb55/node-entities#readme",
  46. "jshintConfig": {
  47. "eqeqeq": true,
  48. "freeze": true,
  49. "latedef": "nofunc",
  50. "noarg": true,
  51. "nonbsp": true,
  52. "quotmark": "double",
  53. "undef": true,
  54. "unused": true,
  55. "trailing": true,
  56. "eqnull": true,
  57. "proto": true,
  58. "smarttabs": true,
  59. "node": true,
  60. "globals": {
  61. "describe": true,
  62. "it": true
  63. }
  64. },
  65. "keywords": [
  66. "html",
  67. "xml",
  68. "entity",
  69. "encoding"
  70. ],
  71. "license": "BSD-like",
  72. "main": "./index.js",
  73. "name": "entities",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/fb55/node-entities.git"
  77. },
  78. "scripts": {
  79. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  80. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  81. "lint": "jshint index.js lib/*.js test/*.js",
  82. "test": "mocha && npm run lint"
  83. },
  84. "version": "1.0.0"
  85. }