1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "simple-plist@^1.0.0",
- "_id": "simple-plist@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-043L2rO80LVF7zfZ+fqhsEkoJFvW8o59rt/l4ctx1TJWoTx7/jkiS1R5TatD15Z1oYnuLJytzE7gcnnBuIPL2g==",
- "_location": "/simple-plist",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "simple-plist@^1.0.0",
- "name": "simple-plist",
- "escapedName": "simple-plist",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/xcode"
- ],
- "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.0.0.tgz",
- "_shasum": "bed3085633b22f371e111f45d159a1ccf94b81eb",
- "_spec": "simple-plist@^1.0.0",
- "_where": "C:\\Users\\Arvin\\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.7",
- "bplist-parser": "0.1.1",
- "plist": "^3.0.1"
- },
- "deprecated": false,
- "description": "A wrapper utility for interacting with plist data.",
- "devDependencies": {
- "eslint": "^5.9.0",
- "eslint-config-airbnb": "^17.1.0",
- "eslint-config-prettier": "^3.3.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-jsx-a11y": "^6.1.2",
- "eslint-plugin-react": "^7.11.1",
- "husky": "^1.2.0",
- "jest": "^23.6.0",
- "lint-staged": "^8.1.0",
- "npm-run-all": "^4.1.5",
- "prettier": "^1.15.3",
- "rimraf": "^2.6.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",
- "test": "run-s clean jest"
- },
- "version": "1.0.0"
- }
|