137 lines
3.6 KiB
JSON
137 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "buffer@^3.0.1",
|
|
"scope": null,
|
|
"escapedName": "buffer",
|
|
"name": "buffer",
|
|
"rawSpec": "^3.0.1",
|
|
"spec": ">=3.0.1 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/unbzip2-stream"
|
|
]
|
|
],
|
|
"_from": "buffer@>=3.0.1 <4.0.0",
|
|
"_id": "buffer@3.6.0",
|
|
"_inCache": true,
|
|
"_location": "/buffer",
|
|
"_nodeVersion": "4.2.3",
|
|
"_npmUser": {
|
|
"name": "feross",
|
|
"email": "feross@feross.org"
|
|
},
|
|
"_npmVersion": "2.14.7",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "buffer@^3.0.1",
|
|
"scope": null,
|
|
"escapedName": "buffer",
|
|
"name": "buffer",
|
|
"rawSpec": "^3.0.1",
|
|
"spec": ">=3.0.1 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/unbzip2-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/buffer/-/buffer-3.6.0.tgz",
|
|
"_shasum": "a72c936f77b96bf52f5f7e7b467180628551defb",
|
|
"_shrinkwrap": null,
|
|
"_spec": "buffer@^3.0.1",
|
|
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/unbzip2-stream",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "http://feross.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/buffer/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Romain Beauxis",
|
|
"email": "toots@rastageeks.org"
|
|
},
|
|
{
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"base64-js": "0.0.8",
|
|
"ieee754": "^1.1.4",
|
|
"isarray": "^1.0.0"
|
|
},
|
|
"description": "Node.js Buffer API, for the browser",
|
|
"devDependencies": {
|
|
"benchmark": "^1.0.0",
|
|
"browserify": "^12.0.1",
|
|
"concat-stream": "^1.4.7",
|
|
"hyperquest": "^1.0.1",
|
|
"is-nan": "^1.0.1",
|
|
"split": "^1.0.0",
|
|
"standard": "^5.0.0",
|
|
"tape": "^4.0.0",
|
|
"through2": "^2.0.0",
|
|
"zuul": "^3.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "a72c936f77b96bf52f5f7e7b467180628551defb",
|
|
"tarball": "https://registry.npmjs.org/buffer/-/buffer-3.6.0.tgz"
|
|
},
|
|
"gitHead": "73e77e481f6ebc7a97be87468ddf9e8daf72a93c",
|
|
"homepage": "https://github.com/feross/buffer",
|
|
"jspm": {
|
|
"map": {
|
|
"./index.js": {
|
|
"node": "@node/buffer"
|
|
}
|
|
}
|
|
},
|
|
"keywords": [
|
|
"buffer",
|
|
"browserify",
|
|
"compatible",
|
|
"browser",
|
|
"arraybuffer",
|
|
"uint8array",
|
|
"dataview"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "feross",
|
|
"email": "feross@feross.org"
|
|
}
|
|
],
|
|
"name": "buffer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/buffer.git"
|
|
},
|
|
"scripts": {
|
|
"perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
|
|
"perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js",
|
|
"size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
|
|
"test": "standard && node ./bin/test.js",
|
|
"test-browser": "zuul -- test/*.js test/node/*.js",
|
|
"test-browser-local": "zuul --local -- test/*.js test/node/*.js",
|
|
"test-node": "tape test/*.js test/node/*.js test/node-es6/*.js && OBJECT_IMPL=true tape test/*.js test/node/*.js"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"test/node/*.js",
|
|
"test/node-es6/*.js",
|
|
"test/_polyfill.js",
|
|
"perf/*.js"
|
|
]
|
|
},
|
|
"version": "3.6.0"
|
|
}
|