schnee effeckt und fehler Korektur
This commit is contained in:
56
node_modules/is-plain-obj/package.json
generated
vendored
56
node_modules/is-plain-obj/package.json
generated
vendored
@@ -1,50 +1,23 @@
|
||||
{
|
||||
"_from": "is-plain-obj@^1.0.0",
|
||||
"_id": "is-plain-obj@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
|
||||
"_location": "/is-plain-obj",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-plain-obj@^1.0.0",
|
||||
"name": "is-plain-obj",
|
||||
"escapedName": "is-plain-obj",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/got",
|
||||
"/normalize-url/sort-keys",
|
||||
"/sort-keys"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
|
||||
"_shasum": "71a50c8429dfca773c92a390a4a03b39fcd51d3e",
|
||||
"_spec": "is-plain-obj@^1.0.0",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/sort-keys",
|
||||
"name": "is-plain-obj",
|
||||
"version": "1.1.0",
|
||||
"description": "Check if a value is a plain object",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-plain-obj",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/is-plain-obj/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Check if a value is a plain object",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
|
||||
"keywords": [
|
||||
"obj",
|
||||
"object",
|
||||
@@ -57,14 +30,7 @@
|
||||
"pure",
|
||||
"simple"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "is-plain-obj",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/is-plain-obj.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user