package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "github:discordapp/erlpack",
  3. "_id": "erlpack@0.1.0",
  4. "_inBundle": false,
  5. "_location": "/erlpack",
  6. "_phantomChildren": {},
  7. "_requested": {
  8. "type": "git",
  9. "raw": "erlpack@discordapp/erlpack",
  10. "name": "erlpack",
  11. "escapedName": "erlpack",
  12. "rawSpec": "discordapp/erlpack",
  13. "saveSpec": "github:discordapp/erlpack",
  14. "fetchSpec": null,
  15. "gitCommittish": null
  16. },
  17. "_requiredBy": [
  18. "#USER",
  19. "/"
  20. ],
  21. "_resolved": "github:discordapp/erlpack#674ebfd3439ba4b7ce616709821d27630f7cdc61",
  22. "_spec": "erlpack@discordapp/erlpack",
  23. "_where": "/home/tdedhar/Documents/viki",
  24. "author": {
  25. "name": "Jason Citron"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/discordapp/erlpack/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "bindings": "^1.2.1",
  33. "nan": "^2.1.0"
  34. },
  35. "deprecated": false,
  36. "description": "Erlpack is a fast encoder and decoder for the Erlang Term Format (version 131) for Javascript",
  37. "devDependencies": {
  38. "babel-jest": "^6.0.1",
  39. "jest-cli": "^0.8.2"
  40. },
  41. "gypfile": true,
  42. "homepage": "https://github.com/discordapp/erlpack#readme",
  43. "jest": {
  44. "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
  45. "unmockedModulePathPatterns": [
  46. "<rootDir>/build",
  47. "<rootDir>/node_modules/bindings"
  48. ]
  49. },
  50. "license": "Apache-2.0",
  51. "main": "./js/index.js",
  52. "name": "erlpack",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/discordapp/erlpack.git"
  56. },
  57. "scripts": {
  58. "install": "node-gyp rebuild",
  59. "test": "jest"
  60. },
  61. "version": "0.1.0"
  62. }