12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "simctl@^2",
- "_id": "simctl@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-5rB7rN4N3b0z0nFdy9eczVssXqrv2aAgdVRksPVqVoiDtvXmfzNvebp3EMdId2sAUzXIflarQlx4P0hjVQEzKQ==",
- "_location": "/simctl",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "simctl@^2",
- "name": "simctl",
- "escapedName": "simctl",
- "rawSpec": "^2",
- "saveSpec": null,
- "fetchSpec": "^2"
- },
- "_requiredBy": [
- "/ios-sim"
- ],
- "_resolved": "https://registry.npmjs.org/simctl/-/simctl-2.0.0.tgz",
- "_shasum": "e3f1c6908735969e23e0922b0cb1161843dd0c59",
- "_spec": "simctl@^2",
- "_where": "C:\\Users\\Arvin\\MyApp\\node_modules\\ios-sim",
- "author": {
- "name": "Shazron Abdullah"
- },
- "bugs": {
- "url": "https://github.com/ios-control/simctl/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "shelljs": "^0.2.6",
- "tail": "^0.4.0"
- },
- "deprecated": false,
- "description": "library for Xcode 8+ simctl utility on macOS",
- "devDependencies": {
- "eslint": "^4.0.0",
- "eslint-config-semistandard": "^11.0.0",
- "eslint-config-standard": "^10.2.1",
- "eslint-plugin-import": "^2.7.0",
- "eslint-plugin-node": "^5.1.0",
- "eslint-plugin-promise": "^3.5.0",
- "eslint-plugin-standard": "^3.0.1",
- "jasmine": "^2"
- },
- "homepage": "https://github.com/ios-control/simctl#readme",
- "keywords": [
- "simctl",
- "iOS Simulator"
- ],
- "license": "MIT",
- "main": "simctl.js",
- "name": "simctl",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ios-control/simctl.git"
- },
- "scripts": {
- "eslint": "eslint lib ./simctl.js",
- "jasmine": "jasmine --config=spec/support/jasmine.json",
- "posttest": "npm run eslint",
- "test": "npm run jasmine"
- },
- "version": "2.0.0"
- }
|