123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_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": {
- "big-integer": "1.6.49"
- },
- "_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": [
- "/xcode"
- ],
- "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz",
- "_shasum": "54367ca28bc5996a982c325c1c4a4c1a05f4047c",
- "_spec": "simple-plist@^1.1.0",
- "_where": "/Users/alexmanuel/MyApp/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"
- }
|