Repository URL to install this package:
|
Version:
0.0.7 ▾
|
bops
/
package.json
|
|---|
{
"name": "bops",
"version": "0.0.7",
"description": "buffer operations",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"browser": {
"./copy.js": "./typedarray/copy.js",
"./create.js": "./typedarray/create.js",
"./from.js": "./typedarray/from.js",
"./join.js": "./typedarray/join.js",
"./mapped.js": "./typedarray/mapped.js",
"./read.js": "./typedarray/read.js",
"./subarray.js": "./typedarray/subarray.js",
"./to.js": "./typedarray/to.js",
"./is.js": "./typedarray/is.js",
"./write.js": "./typedarray/write.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/bops.git"
},
"keywords": [
"buffer",
"operations",
"binary"
],
"author": {
"name": "Chris Dickinson",
"email": "chris@neversaw.us"
},
"license": "MIT",
"gitHead": "11f41e69b1ab4507027ac162981913b268445b4a",
"devDependencies": {
"tape": "~1.0.1"
},
"dependencies": {
"base64-js": "0.0.2",
"to-utf8": "0.0.1"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"bugs": {
"url": "https://github.com/chrisdickinson/bops/issues"
},
"_id": "bops@0.0.7",
"dist": {
"shasum": "b4a0a5a839a406454af0fe05a8b91a7a766a54e2",
"tarball": "http://registry.npmjs.org/bops/-/bops-0.0.7.tgz"
},
"_from": "bops@0.0.7",
"_npmVersion": "1.3.8",
"_npmUser": {
"name": "chrisdickinson",
"email": "chris@neversaw.us"
},
"maintainers": [
{
"name": "chrisdickinson",
"email": "chris@neversaw.us"
}
],
"directories": {},
"_shasum": "b4a0a5a839a406454af0fe05a8b91a7a766a54e2",
"_resolved": "https://registry.npmjs.org/bops/-/bops-0.0.7.tgz",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/chrisdickinson/bops#readme"
}