123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "is-extendable@1.0.1",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "is-extendable@1.0.1",
- "_id": "is-extendable@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "_location": "/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": [
- "/extend-shallow",
- "/mixin-deep"
- ],
- "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "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"
- }
|