GT2/Ejectable/node_modules/expo-file-system/package.json

75 lines
2.1 KiB
JSON

{
"_from": "expo-file-system@~11.1.3",
"_id": "expo-file-system@11.1.3",
"_inBundle": false,
"_integrity": "sha512-FBRcD6ojrkrZiTZ8O7Fbo833HhZtkhKtLDj4RNZIMpF1i+ZBD2bmeMcfLMeRHNYcBeJno9C4AVXoNQFqDCGQDg==",
"_location": "/expo-file-system",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo-file-system@~11.1.3",
"name": "expo-file-system",
"escapedName": "expo-file-system",
"rawSpec": "~11.1.3",
"saveSpec": null,
"fetchSpec": "~11.1.3"
},
"_requiredBy": [
"/expo"
],
"_resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-11.1.3.tgz",
"_shasum": "f344bd175a5f65e2a97d2d6a1fd4c8da06386639",
"_spec": "expo-file-system@~11.1.3",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo",
"author": {
"name": "650 Industries, Inc."
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"dependencies": {
"@expo/config-plugins": "^3.0.0",
"expo-modules-core": "~0.2.0",
"uuid": "^3.4.0"
},
"deprecated": false,
"description": "Provides access to the local file system on the device.",
"devDependencies": {
"expo-module-scripts": "^2.0.0",
"jest-expo": "~42.0.0"
},
"gitHead": "4fc9d282ff7ab2fa9040b775aeca7c30f5167b17",
"homepage": "https://docs.expo.io/versions/latest/sdk/filesystem/",
"jest": {
"preset": "expo-module-scripts"
},
"keywords": [
"react-native",
"expo",
"file-system",
"file"
],
"license": "MIT",
"main": "build/index.js",
"name": "expo-file-system",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo-file-system"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"expo-module": "expo-module",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test"
},
"sideEffects": false,
"types": "build/index.d.ts",
"version": "11.1.3"
}