Files
Speedtest-Tracker/conf/site/node_modules/object.omit/package.json
2020-06-10 09:51:51 +01:00

107 lines
2.3 KiB
JSON

{
"_args": [
[
"object.omit@3.0.0",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "object.omit@3.0.0",
"_id": "object.omit@3.0.0",
"_inBundle": false,
"_integrity": "sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==",
"_location": "/object.omit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "object.omit@3.0.0",
"name": "object.omit",
"escapedName": "object.omit",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/babel-merge"
],
"_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/object.omit/issues"
},
"contributors": [
{
"name": "Federico Brigante",
"url": "https://twitter.com/bfred_it"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"is-extendable": "^1.0.0"
},
"description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/object.omit",
"keywords": [
"clear",
"delete",
"key",
"object",
"omit",
"property",
"remove",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "object.omit",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/object.omit.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"object.defaults",
"object.filter",
"object.pick",
"object.pluck",
"object.reduce"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "3.0.0"
}