Files
oops-framework/extensions/oops-plugin-excel-to-json/node_modules/buffer-indexof-polyfill/package.json
dgflash dd3ca63b28 .
2022-04-29 15:44:40 +08:00

66 lines
1.8 KiB
JSON

{
"_args": [
[
"buffer-indexof-polyfill@1.0.2",
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
]
],
"_development": true,
"_from": "buffer-indexof-polyfill@1.0.2",
"_id": "buffer-indexof-polyfill@1.0.2",
"_inBundle": false,
"_integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
"_location": "/buffer-indexof-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "buffer-indexof-polyfill@1.0.2",
"name": "buffer-indexof-polyfill",
"escapedName": "buffer-indexof-polyfill",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/unzipper"
],
"_resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json",
"author": {
"name": "https://github.com/sarosia"
},
"bugs": {
"url": "https://github.com/sarosia/buffer-indexof-polyfill/issues"
},
"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"
}