| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "buffer-indexof-polyfill@~1.0.0",
- "_id": "buffer-indexof-polyfill@1.0.2",
- "_inBundle": false,
- "_integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
- "_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.npmmirror.com/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
- "_shasum": "d2732135c5999c64b277fcf9b1abe3498254729c",
- "_spec": "buffer-indexof-polyfill@~1.0.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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": {
- "fix": "eslint . --fix",
- "lint": "eslint .",
- "test": "mocha"
- },
- "version": "1.0.2"
- }
|