12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "xcode@^3.0.1",
- "_id": "xcode@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==",
- "_location": "/xcode",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "xcode@^3.0.1",
- "name": "xcode",
- "escapedName": "xcode",
- "rawSpec": "^3.0.1",
- "saveSpec": null,
- "fetchSpec": "^3.0.1"
- },
- "_requiredBy": [
- "/cordova-ios"
- ],
- "_resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz",
- "_shasum": "3efb62aac641ab2c702458f9a0302696146aa53c",
- "_spec": "xcode@^3.0.1",
- "_where": "/Users/alexmanuel/MyApp/node_modules/cordova-ios",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bugs": {
- "url": "https://github.com/apache/cordova-node-xcode/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Andrew Lunny",
- "email": "alunny@gmail.com"
- },
- {
- "name": "Anis Kadri"
- },
- {
- "name": "Mike Reinstein"
- },
- {
- "name": "Filip Maj"
- },
- {
- "name": "Brett Rudd",
- "email": "goya@apache.org"
- },
- {
- "name": "Bob Easterday"
- }
- ],
- "dependencies": {
- "simple-plist": "^1.1.0",
- "uuid": "^7.0.3"
- },
- "deprecated": false,
- "description": "parser for xcodeproj/project.pbxproj files",
- "devDependencies": {
- "nodeunit": "^0.11.3",
- "nyc": "^15.0.0",
- "pegjs": "^0.10.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "homepage": "https://github.com/apache/cordova-node-xcode#readme",
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "xcode",
- "nyc": {
- "all": true,
- "exclude": [
- "coverage/",
- "test/"
- ],
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-node-xcode.git"
- },
- "scripts": {
- "cover": "nyc npm run test:unit",
- "pegjs": "pegjs lib/parser/pbxproj.pegjs",
- "test": "npm run cover",
- "test:unit": "nodeunit test/parser test"
- },
- "version": "3.0.1"
- }
|