dd
This commit is contained in:
5
extensions/Excel转JSON/node_modules/pkg-up/index.js
generated
vendored
Normal file
5
extensions/Excel转JSON/node_modules/pkg-up/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
const findUp = require('find-up');
|
||||
|
||||
module.exports = async ({cwd} = {}) => findUp('package.json', {cwd});
|
||||
module.exports.sync = ({cwd} = {}) => findUp.sync('package.json', {cwd});
|
||||
Reference in New Issue
Block a user