Package Exports
- ti-64
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ti-64) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ti-64 
Check all Appcelerator Titanium project and/or global modules for 64-bit iOS support.

Install 
As global CLI:
$ npm install -g ti-64
As module:
$ npm install ti-64 --save
Usage
CLI
Check local and global modules required in a project's tiapp.xml:
~/project $ ti-i64
$ ti-64 --project-dir ~/projectCheck all global modules:
$ ti-64 --globalModule
var ti64 = require('ti-64');
ti64({
projectDir: './project',
global: false
});