2017-09-13 07:52:34 +02:00

152 lines
3.6 KiB
JSON

{
"_args": [
[
{
"raw": "is-plain-object@^2.0.1",
"scope": null,
"escapedName": "is-plain-object",
"name": "is-plain-object",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\clone-deep"
]
],
"_from": "is-plain-object@>=2.0.1 <3.0.0",
"_id": "is-plain-object@2.0.3",
"_inCache": true,
"_location": "/is-plain-object",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-plain-object-2.0.3.tgz_1496153207864_0.18937807087786496"
},
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {},
"_requested": {
"raw": "is-plain-object@^2.0.1",
"scope": null,
"escapedName": "is-plain-object",
"name": "is-plain-object",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/clone-deep"
],
"_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.3.tgz",
"_shasum": "c15bf3e4b66b62d72efaf2925848663ecbc619b6",
"_shrinkwrap": null,
"_spec": "is-plain-object@^2.0.1",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\clone-deep",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-plain-object/issues"
},
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Steven Vachon",
"url": "https://svachon.com"
}
],
"dependencies": {
"isobject": "^3.0.0"
},
"description": "Returns true if an object was created by the `Object` constructor.",
"devDependencies": {
"browserify": "^14.3.0",
"chai": "^4.0.0",
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2",
"mocha-phantomjs": "^4.1.0",
"phantomjs": "^2.1.7",
"uglify-js": "^3.0.12"
},
"directories": {},
"dist": {
"shasum": "c15bf3e4b66b62d72efaf2925848663ecbc619b6",
"tarball": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "6616250bedd50e6f2378b44637875f22178f7506",
"homepage": "https://github.com/jonschlinkert/is-plain-object",
"keywords": [
"check",
"is",
"is-object",
"isobject",
"javascript",
"kind",
"kind-of",
"object",
"plain",
"type",
"typeof",
"value"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "stevenvachon",
"email": "contact@svachon.com"
}
],
"name": "is-plain-object",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-plain-object.git"
},
"scripts": {
"browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
"test": "npm run test_node && npm run browserify && npm run test_browser",
"test_browser": "mocha-phantomjs test/browser.html",
"test_node": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"isobject",
"is-number",
"kind-of"
]
},
"lint": {
"reflinks": true
}
},
"version": "2.0.3"
}