biofriction-wp-theme/node_modules/is-buffer/package.json

110 lines
3.4 KiB
JSON

{
"_args": [
[
"is-buffer@1.1.5",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "is-buffer@1.1.5",
"_id": "is-buffer@1.1.5",
"_inBundle": false,
"_integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=",
"_location": "/is-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-buffer@1.1.5",
"name": "is-buffer",
"escapedName": "is-buffer",
"rawSpec": "1.1.5",
"saveSpec": null,
"fetchSpec": "1.1.5"
},
"_requiredBy": [
"/anymatch/expand-brackets/is-accessor-descriptor/kind-of",
"/anymatch/expand-brackets/is-data-descriptor/kind-of",
"/anymatch/is-number/kind-of",
"/browser-sync/expand-brackets/is-accessor-descriptor/kind-of",
"/browser-sync/expand-brackets/is-data-descriptor/kind-of",
"/browser-sync/is-number/kind-of",
"/chokidar/expand-brackets/is-accessor-descriptor/kind-of",
"/chokidar/expand-brackets/is-data-descriptor/kind-of",
"/fast-glob/expand-brackets/is-accessor-descriptor/kind-of",
"/fast-glob/expand-brackets/is-data-descriptor/kind-of",
"/fast-glob/is-number/kind-of",
"/glob-watcher/expand-brackets/is-accessor-descriptor/kind-of",
"/glob-watcher/expand-brackets/is-data-descriptor/kind-of",
"/glob-watcher/is-number/kind-of",
"/gulp/expand-brackets/is-accessor-descriptor/kind-of",
"/gulp/expand-brackets/is-data-descriptor/kind-of",
"/gulp/is-number/kind-of",
"/has-values/is-number/kind-of",
"/has-values/kind-of",
"/kind-of",
"/liftoff/expand-brackets/is-accessor-descriptor/kind-of",
"/liftoff/expand-brackets/is-data-descriptor/kind-of",
"/liftoff/is-number/kind-of",
"/matchdep/expand-brackets/is-accessor-descriptor/kind-of",
"/matchdep/expand-brackets/is-data-descriptor/kind-of",
"/matchdep/is-number/kind-of",
"/remove-bom-buffer",
"/watchpack/expand-brackets/is-accessor-descriptor/kind-of",
"/watchpack/expand-brackets/is-data-descriptor/kind-of"
],
"_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz",
"_spec": "1.1.5",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/is-buffer/issues"
},
"dependencies": {},
"description": "Determine if an object is a Buffer",
"devDependencies": {
"standard": "*",
"tape": "^4.0.0",
"zuul": "^3.0.0"
},
"homepage": "https://github.com/feross/is-buffer#readme",
"keywords": [
"buffer",
"buffers",
"type",
"core buffer",
"browser buffer",
"browserify",
"typed array",
"uint32array",
"int16array",
"int32array",
"float32array",
"float64array",
"browser",
"arraybuffer",
"dataview"
],
"license": "MIT",
"main": "index.js",
"name": "is-buffer",
"repository": {
"type": "git",
"url": "git://github.com/feross/is-buffer.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js"
},
"testling": {
"files": "test/*.js"
},
"version": "1.1.5"
}