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
72 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"notepack.io@2.1.3",
|
|
"/home/guest/socket"
|
|
]
|
|
],
|
|
"_from": "notepack.io@2.1.3",
|
|
"_id": "notepack.io@2.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-AgSt+cP5XMooho1Ppn8NB3FFaVWefV+qZoZncYTUSch2GAEwlYLcIIbT5YVkMlFeNHnfwOvc4HDlbvrB5BRxXA==",
|
|
"_location": "/notepack.io",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "notepack.io@2.1.3",
|
|
"name": "notepack.io",
|
|
"escapedName": "notepack.io",
|
|
"rawSpec": "2.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/socket.io-emitter",
|
|
"/socket.io-redis"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/notepack.io/-/notepack.io-2.1.3.tgz",
|
|
"_spec": "2.1.3",
|
|
"_where": "/home/guest/socket",
|
|
"author": {
|
|
"name": "Ben Shepheard",
|
|
"email": "ben@coinative.com"
|
|
},
|
|
"browser": {
|
|
"./lib/encode.js": "./browser/encode.js",
|
|
"./lib/decode.js": "./browser/decode.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/darrachequesne/notepack/issues"
|
|
},
|
|
"description": "A fast Node.js implementation of the latest MessagePack spec",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.2",
|
|
"benchtable": "^0.1.0",
|
|
"chai": "^3.5.0",
|
|
"istanbul": "^0.4.5",
|
|
"jshint": "^2.9.5",
|
|
"mocha": "^3.2.0",
|
|
"msgpack-js": "^0.3.0",
|
|
"msgpack-lite": "^0.1.26",
|
|
"webpack": "^1.14.0"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"browser/"
|
|
],
|
|
"homepage": "https://github.com/coinative/notepack",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "notepack.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/darrachequesne/notepack.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && webpack --config support/webpack.config.js",
|
|
"lint": "jshint lib/*.js browser/*.js test/*.js",
|
|
"test": "npm run lint && istanbul cover _mocha -r test/support/env test/"
|
|
},
|
|
"version": "2.1.3"
|
|
}
|