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.

72 lines
1.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "notepack.io@2.1.3",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "notepack.io@2.1.3",
  9. "_id": "notepack.io@2.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AgSt+cP5XMooho1Ppn8NB3FFaVWefV+qZoZncYTUSch2GAEwlYLcIIbT5YVkMlFeNHnfwOvc4HDlbvrB5BRxXA==",
  12. "_location": "/notepack.io",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "notepack.io@2.1.3",
  18. "name": "notepack.io",
  19. "escapedName": "notepack.io",
  20. "rawSpec": "2.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.3"
  23. },
  24. "_requiredBy": [
  25. "/socket.io-emitter",
  26. "/socket.io-redis"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/notepack.io/-/notepack.io-2.1.3.tgz",
  29. "_spec": "2.1.3",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Ben Shepheard",
  33. "email": "ben@coinative.com"
  34. },
  35. "browser": {
  36. "./lib/encode.js": "./browser/encode.js",
  37. "./lib/decode.js": "./browser/decode.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/darrachequesne/notepack/issues"
  41. },
  42. "description": "A fast Node.js implementation of the latest MessagePack spec",
  43. "devDependencies": {
  44. "benchmark": "^2.1.2",
  45. "benchtable": "^0.1.0",
  46. "chai": "^3.5.0",
  47. "istanbul": "^0.4.5",
  48. "jshint": "^2.9.5",
  49. "mocha": "^3.2.0",
  50. "msgpack-js": "^0.3.0",
  51. "msgpack-lite": "^0.1.26",
  52. "webpack": "^1.14.0"
  53. },
  54. "files": [
  55. "lib/",
  56. "browser/"
  57. ],
  58. "homepage": "https://github.com/coinative/notepack",
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "notepack.io",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/darrachequesne/notepack.git"
  65. },
  66. "scripts": {
  67. "build": "rm -rf dist && webpack --config support/webpack.config.js",
  68. "lint": "jshint lib/*.js browser/*.js test/*.js",
  69. "test": "npm run lint && istanbul cover _mocha -r test/support/env test/"
  70. },
  71. "version": "2.1.3"
  72. }