TransFlow/node_modules/mixin-deep/node_modules/is-extendable/package.json

103 lines
2.1 KiB
JSON

{
"_args": [
[
"is-extendable@1.0.1",
"D:\\Hjm项目\\TransFlow"
]
],
"_development": true,
"_from": "is-extendable@1.0.1",
"_id": "is-extendable@1.0.1",
"_inBundle": false,
"_integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
"_location": "/mixin-deep/is-extendable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-extendable@1.0.1",
"name": "is-extendable",
"escapedName": "is-extendable",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/mixin-deep"
],
"_resolved": "https://registry.npm.taobao.org/is-extendable/download/is-extendable-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "D:\\Hjm项目\\TransFlow",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues"
},
"dependencies": {
"is-plain-object": "^2.0.4"
},
"description": "Returns true if a value is a plain object, array or function.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/jonschlinkert/is-extendable",
"keywords": [
"array",
"assign",
"check",
"date",
"extend",
"extendable",
"extensible",
"function",
"is",
"object",
"regex",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "is-extendable",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-extendable.git"
},
"scripts": {
"test": "mocha"
},
"types": "index.d.ts",
"verb": {
"related": {
"list": [
"assign-deep",
"is-equal-shallow",
"is-plain-object",
"isobject",
"kind-of"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.1"
}