You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

116 lines
2.5 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "he@^0.5.0",
  6. "scope": null,
  7. "escapedName": "he",
  8. "name": "he",
  9. "rawSpec": "^0.5.0",
  10. "spec": ">=0.5.0 <0.6.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/www/node_modules/ecstatic"
  14. ]
  15. ],
  16. "_from": "he@>=0.5.0 <0.6.0",
  17. "_id": "he@0.5.0",
  18. "_inCache": true,
  19. "_location": "/he",
  20. "_npmUser": {
  21. "name": "mathias",
  22. "email": "mathias@qiwi.be"
  23. },
  24. "_npmVersion": "1.4.9",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "he@^0.5.0",
  28. "scope": null,
  29. "escapedName": "he",
  30. "name": "he",
  31. "rawSpec": "^0.5.0",
  32. "spec": ">=0.5.0 <0.6.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/ecstatic"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/he/-/he-0.5.0.tgz",
  39. "_shasum": "2c05ffaef90b68e860f3fd2b54ef580989277ee2",
  40. "_shrinkwrap": null,
  41. "_spec": "he@^0.5.0",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/www/node_modules/ecstatic",
  43. "author": {
  44. "name": "Mathias Bynens",
  45. "url": "https://mathiasbynens.be/"
  46. },
  47. "bin": {
  48. "he": "bin/he"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/mathiasbynens/he/issues"
  52. },
  53. "dependencies": {},
  54. "description": "A robust HTML entities encoder/decoder with full Unicode support.",
  55. "devDependencies": {
  56. "coveralls": "^2.11.1",
  57. "grunt": "^0.4.5",
  58. "grunt-shell": "^1.0.1",
  59. "grunt-template": "^0.2.3",
  60. "istanbul": "^0.3.0",
  61. "jsesc": "^0.5.0",
  62. "lodash": "^2.4.1",
  63. "qunit-extras": "^1.1.0",
  64. "qunitjs": "~1.11.0",
  65. "regenerate": "^0.6.2",
  66. "requirejs": "^2.1.14",
  67. "string.fromcodepoint": "^0.2.1"
  68. },
  69. "directories": {
  70. "bin": "bin",
  71. "man": "man",
  72. "test": "tests"
  73. },
  74. "dist": {
  75. "shasum": "2c05ffaef90b68e860f3fd2b54ef580989277ee2",
  76. "tarball": "https://registry.npmjs.org/he/-/he-0.5.0.tgz"
  77. },
  78. "files": [
  79. "LICENSE-MIT.txt",
  80. "he.js",
  81. "bin/",
  82. "man/"
  83. ],
  84. "homepage": "http://mths.be/he",
  85. "keywords": [
  86. "string",
  87. "entities",
  88. "entity",
  89. "html",
  90. "encode",
  91. "decode",
  92. "unicode"
  93. ],
  94. "license": "MIT",
  95. "main": "he.js",
  96. "maintainers": [
  97. {
  98. "name": "mathias",
  99. "email": "mathias@qiwi.be"
  100. }
  101. ],
  102. "man": [
  103. "/Users/mathias/.npm/he/0.5.0/package/man/he.1"
  104. ],
  105. "name": "he",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/mathiasbynens/he.git"
  111. },
  112. "scripts": {
  113. "test": "node tests/tests.js"
  114. },
  115. "version": "0.5.0"
  116. }