123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_args": [
- [
- "array-find@1.0.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "array-find@1.0.0",
- "_id": "array-find@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg=",
- "_location": "/array-find",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "array-find@1.0.0",
- "name": "array-find",
- "escapedName": "array-find",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/eslint-import-resolver-webpack"
- ],
- "_resolved": "https://registry.nlark.com/array-find/download/array-find-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Stefan Duberg",
- "email": "stefanduberg@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/stefanduberg/array-find/issues"
- },
- "description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.",
- "devDependencies": {
- "tape": "^4.0.0"
- },
- "homepage": "https://github.com/stefanduberg/array-find",
- "keywords": [
- "array",
- "find",
- "ponyfill",
- "polyfill",
- "es6",
- "es2015",
- "es 2015"
- ],
- "license": "MIT",
- "main": "find.js",
- "name": "array-find",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stefanduberg/array-find.git"
- },
- "scripts": {
- "test": "tape ./test.js"
- },
- "version": "1.0.0"
- }
|