{ "_from": "validate.io-buffer@^1.0.1", "_id": "validate.io-buffer@1.0.2", "_inBundle": false, "_integrity": "sha1-hS1nNAIZFNXROvwyUxdh43IO1E4=", "_location": "/validate.io-buffer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "validate.io-buffer@^1.0.1", "name": "validate.io-buffer", "escapedName": "validate.io-buffer", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/utils-copy" ], "_resolved": "https://registry.npmjs.org/validate.io-buffer/-/validate.io-buffer-1.0.2.tgz", "_shasum": "852d6734021914d5d13afc32531761e3720ed44e", "_spec": "validate.io-buffer@^1.0.1", "_where": "/home/sigonasr2/divar/server/node_modules/utils-copy", "author": { "name": "Athan Reines", "email": "kgryte@gmail.com" }, "bugs": { "url": "https://github.com/validate-io/buffer/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Athan Reines", "email": "kgryte@gmail.com" } ], "dependencies": {}, "deprecated": false, "description": "Validates if a value is a Buffer object.", "devDependencies": { "browserify": "12.x.x", "chai": "^3.4.1", "codecov.io": "^0.1.5", "istanbul": "^0.4.1", "jshint": "2.x.x", "jshint-stylish": "2.x.x", "tap-spec": "4.x.x", "tape": "4.x.x", "testling": "1.x.x" }, "homepage": "https://github.com/validate-io/buffer#readme", "keywords": [ "validate.io", "validate", "validation", "validator", "valid", "buffer", "node", "is", "isbuffer" ], "license": "MIT", "main": "./lib", "name": "validate.io-buffer", "repository": { "type": "git", "url": "git://github.com/validate-io/buffer.git" }, "scripts": { "coverage": "istanbul cover --dir ./reports/codecov/coverage --report lcovonly tape -- \"./test/*.js\" && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov", "test": "if [ \"${TRAVIS}\" ]; then npm run test-ci; else npm run test-local; fi", "test-browsers": "browserify ./test/*.js | testling | tap-spec", "test-ci": "npm run test-local && xvfb-run npm run test-browsers", "test-cov": "istanbul cover --dir ./reports/coverage --report lcov tape -- \"./test/*.js\"", "test-local": "tape \"./test/*.js\" | tap-spec" }, "testling": { "files": [ "test/*.js" ], "browsers": [ "iexplore/6.0..latest", "firefox/3.0..latest", "firefox/nightly", "chrome/4.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/4.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] }, "version": "1.0.2" }