File: /home/thehunarfound/www/DMS/node_modules/bops/package.json
{
"_args": [
[
"bops@0.1.1",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "bops@0.1.1",
"_id": "bops@0.1.1",
"_inBundle": false,
"_integrity": "sha1-Bi4CqNqoAfoQ8uXb5nQM/4Af4X4=",
"_location": "/bops",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bops@0.1.1",
"name": "bops",
"escapedName": "bops",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/zip"
],
"_resolved": "https://registry.npmjs.org/bops/-/bops-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "Chris Dickinson",
"email": "chris@neversaw.us"
},
"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"
},
"bugs": {
"url": "https://github.com/chrisdickinson/bops/issues"
},
"dependencies": {
"base64-js": "0.0.2",
"to-utf8": "0.0.1"
},
"description": "buffer operations",
"devDependencies": {
"tape": "~2.0.0"
},
"gitHead": "11f41e69b1ab4507027ac162981913b268445b4a",
"homepage": "https://github.com/chrisdickinson/bops#readme",
"keywords": [
"buffer",
"operations",
"binary"
],
"license": "MIT",
"main": "index.js",
"name": "bops",
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/bops.git"
},
"scripts": {
"test": "node test/index.js"
},
"testling": {
"files": "test/index.js",
"browsers": [
"firefox/15..nightly",
"chrome/20..canary",
"opera/11.6..latest",
"safari/4..latest",
"iphone/6",
"ipad/6"
]
},
"version": "0.1.1"
}