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.
60 lines
1.6 KiB
60 lines
1.6 KiB
{
|
|
"_from": "buffer-indexof-polyfill@~1.0.0",
|
|
"_id": "buffer-indexof-polyfill@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qfuAbOgUXVQoUQznLyeLs2OmOL8=",
|
|
"_location": "/buffer-indexof-polyfill",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "buffer-indexof-polyfill@~1.0.0",
|
|
"name": "buffer-indexof-polyfill",
|
|
"escapedName": "buffer-indexof-polyfill",
|
|
"rawSpec": "~1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/unzipper"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.1.tgz",
|
|
"_shasum": "a9fb806ce8145d5428510ce72f278bb363a638bf",
|
|
"_spec": "buffer-indexof-polyfill@~1.0.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/unzipper",
|
|
"author": {
|
|
"name": "https://github.com/sarosia"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sarosia/buffer-indexof-polyfill/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.",
|
|
"devDependencies": {
|
|
"chai": "^3.3.0",
|
|
"eslint": "^1.10.3",
|
|
"mocha": "^2.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"homepage": "https://github.com/sarosia/buffer-indexof-polyfill#readme",
|
|
"keywords": [
|
|
"buffer",
|
|
"indexof",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "buffer-indexof-polyfill",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sarosia/buffer-indexof-polyfill.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|