1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "github:discordapp/erlpack",
- "_id": "erlpack@0.1.0",
- "_inBundle": false,
- "_location": "/erlpack",
- "_phantomChildren": {},
- "_requested": {
- "type": "git",
- "raw": "erlpack@discordapp/erlpack",
- "name": "erlpack",
- "escapedName": "erlpack",
- "rawSpec": "discordapp/erlpack",
- "saveSpec": "github:discordapp/erlpack",
- "fetchSpec": null,
- "gitCommittish": null
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "github:discordapp/erlpack#674ebfd3439ba4b7ce616709821d27630f7cdc61",
- "_spec": "erlpack@discordapp/erlpack",
- "_where": "/home/tdedhar/Documents/viki",
- "author": {
- "name": "Jason Citron"
- },
- "bugs": {
- "url": "https://github.com/discordapp/erlpack/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bindings": "^1.2.1",
- "nan": "^2.1.0"
- },
- "deprecated": false,
- "description": "Erlpack is a fast encoder and decoder for the Erlang Term Format (version 131) for Javascript",
- "devDependencies": {
- "babel-jest": "^6.0.1",
- "jest-cli": "^0.8.2"
- },
- "gypfile": true,
- "homepage": "https://github.com/discordapp/erlpack#readme",
- "jest": {
- "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
- "unmockedModulePathPatterns": [
- "<rootDir>/build",
- "<rootDir>/node_modules/bindings"
- ]
- },
- "license": "Apache-2.0",
- "main": "./js/index.js",
- "name": "erlpack",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/discordapp/erlpack.git"
- },
- "scripts": {
- "install": "node-gyp rebuild",
- "test": "jest"
- },
- "version": "0.1.0"
- }
|