You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
2.6 KiB
114 lines
2.6 KiB
{ |
|
"_from": "is-descriptor@^1.0.0", |
|
"_id": "is-descriptor@1.0.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", |
|
"_location": "/base/is-descriptor", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "is-descriptor@^1.0.0", |
|
"name": "is-descriptor", |
|
"escapedName": "is-descriptor", |
|
"rawSpec": "^1.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^1.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/base/define-property" |
|
], |
|
"_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", |
|
"_shasum": "3b159746a66604b04f8c81524ba365c5f14d86ec", |
|
"_spec": "is-descriptor@^1.0.0", |
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\base\\node_modules\\define-property", |
|
"author": { |
|
"name": "Jon Schlinkert", |
|
"url": "https://github.com/jonschlinkert" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jonschlinkert/is-descriptor/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"contributors": [ |
|
{ |
|
"name": "Brian Woodward", |
|
"url": "https://twitter.com/doowb" |
|
}, |
|
{ |
|
"name": "Jon Schlinkert", |
|
"url": "http://twitter.com/jonschlinkert" |
|
}, |
|
{ |
|
"url": "https://github.com/wtgtybhertgeghgtwtg" |
|
} |
|
], |
|
"dependencies": { |
|
"is-accessor-descriptor": "^1.0.0", |
|
"is-data-descriptor": "^1.0.0", |
|
"kind-of": "^6.0.2" |
|
}, |
|
"deprecated": false, |
|
"description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", |
|
"devDependencies": { |
|
"gulp-format-md": "^1.0.0", |
|
"mocha": "^3.5.3" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/jonschlinkert/is-descriptor", |
|
"keywords": [ |
|
"accessor", |
|
"check", |
|
"data", |
|
"descriptor", |
|
"get", |
|
"getter", |
|
"is", |
|
"keys", |
|
"object", |
|
"properties", |
|
"property", |
|
"set", |
|
"setter", |
|
"type", |
|
"valid", |
|
"value" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "is-descriptor", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/jonschlinkert/is-descriptor.git" |
|
}, |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"verb": { |
|
"related": { |
|
"list": [ |
|
"is-accessor-descriptor", |
|
"is-data-descriptor", |
|
"is-descriptor", |
|
"isobject" |
|
] |
|
}, |
|
"plugins": [ |
|
"gulp-format-md" |
|
], |
|
"toc": false, |
|
"layout": "default", |
|
"tasks": [ |
|
"readme" |
|
], |
|
"lint": { |
|
"reflinks": true |
|
} |
|
}, |
|
"version": "1.0.2" |
|
}
|
|
|