package.json 2.1 KB

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