GT2/Ejectable/node_modules/simple-plist/package.json

93 lines
2.4 KiB
JSON

{
"_from": "simple-plist@^1.1.0",
"_id": "simple-plist@1.1.1",
"_inBundle": false,
"_integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==",
"_location": "/simple-plist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "simple-plist@^1.1.0",
"name": "simple-plist",
"escapedName": "simple-plist",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/@react-native-community/cli-platform-ios/xcode",
"/xcode"
],
"_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz",
"_shasum": "54367ca28bc5996a982c325c1c4a4c1a05f4047c",
"_spec": "simple-plist@^1.1.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/xcode",
"author": {
"name": "Joe Wollard"
},
"bugs": {
"url": "https://github.com/wollardj/node-simple-plist/issues"
},
"bundleDependencies": false,
"dependencies": {
"bplist-creator": "0.0.8",
"bplist-parser": "0.2.0",
"plist": "^3.0.1"
},
"deprecated": false,
"description": "A wrapper utility for interacting with plist data.",
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.2",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rimraf": "^3.0.2"
},
"files": [
"simple-plist.js"
],
"homepage": "https://github.com/wollardj/node-simple-plist.git",
"husky": {
"hooks": {
"pre-commit": "npx run-s test",
"pre-push": "npx run-s test"
}
},
"keywords": [
"plist",
"binary",
"bplist",
"xml"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write",
"git add"
]
},
"main": "simple-plist.js",
"name": "simple-plist",
"repository": {
"type": "git",
"url": "git+https://github.com/wollardj/node-simple-plist.git"
},
"scripts": {
"clean": "rimraf __tests__/write-test* coverage",
"jest": "jest --coverage ",
"jest:verbose": "jest --coverage --verbose",
"test": "run-s clean jest",
"test:verbose": "run-s clean jest:verbose"
},
"version": "1.1.1"
}